Uses of Interface
org.apache.ibatis.executor.keygen.KeyGenerator
Packages that use KeyGenerator
Package
Description
Base package for the Configuration building code.
Parses annotions to create a Configuration.
Contains the key generators.
Base package for mapping.
Base package.
-
Uses of KeyGenerator in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder with parameters of type KeyGeneratorModifier and TypeMethodDescriptionMapperBuilderAssistant.addMappedStatement
(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang) Backward compatibility signature 'addMappedStatement'.MapperBuilderAssistant.addMappedStatement
(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang, String resultSets) -
Uses of KeyGenerator in org.apache.ibatis.builder.annotation
Methods in org.apache.ibatis.builder.annotation that return KeyGeneratorModifier and TypeMethodDescriptionprivate KeyGenerator
MapperAnnotationBuilder.handleSelectKeyAnnotation
(SelectKey selectKeyAnnotation, String baseStatementId, Class<?> parameterTypeClass, LanguageDriver languageDriver) -
Uses of KeyGenerator in org.apache.ibatis.executor.keygen
Classes in org.apache.ibatis.executor.keygen that implement KeyGeneratorModifier and TypeClassDescriptionclass
class
class
-
Uses of KeyGenerator in org.apache.ibatis.mapping
Fields in org.apache.ibatis.mapping declared as KeyGeneratorMethods in org.apache.ibatis.mapping that return KeyGeneratorMethods in org.apache.ibatis.mapping with parameters of type KeyGeneratorModifier and TypeMethodDescriptionMappedStatement.Builder.keyGenerator
(KeyGenerator keyGenerator) -
Uses of KeyGenerator in org.apache.ibatis.session
Fields in org.apache.ibatis.session with type parameters of type KeyGeneratorModifier and TypeFieldDescriptionprotected final Map<String,
KeyGenerator> Configuration.keyGenerators
Methods in org.apache.ibatis.session that return KeyGeneratorMethods in org.apache.ibatis.session that return types with arguments of type KeyGeneratorMethods in org.apache.ibatis.session with parameters of type KeyGeneratorModifier and TypeMethodDescriptionvoid
Configuration.addKeyGenerator
(String id, KeyGenerator keyGenerator)