Uses of Interface
org.apache.ibatis.executor.keygen.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
Modifier 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
Modifier and TypeClassDescriptionclass
class
class
-
Uses of KeyGenerator in org.apache.ibatis.mapping
Modifier and TypeMethodDescriptionMappedStatement.Builder.keyGenerator
(KeyGenerator keyGenerator) -
Uses of KeyGenerator in org.apache.ibatis.session
Modifier and TypeFieldDescriptionprotected final Map<String,
KeyGenerator> Configuration.keyGenerators
Modifier and TypeMethodDescriptionvoid
Configuration.addKeyGenerator
(String id, KeyGenerator keyGenerator)