Uses of Interface
org.apache.ibatis.executor.keygen.KeyGenerator
Packages that use KeyGenerator
Package
Description
Base package for the Configuration building code.
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) 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) 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, boolean dirtySelect) -
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
Methods 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)