|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyGenerator | |
---|---|
org.apache.ibatis.builder | TODO fillme. |
org.apache.ibatis.executor.keygen | TODO fillme. |
org.apache.ibatis.mapping | TODO fillme. |
org.apache.ibatis.session | TODO fillme. |
Uses of KeyGenerator in org.apache.ibatis.builder |
---|
Methods in org.apache.ibatis.builder with parameters of type KeyGenerator | |
---|---|
MappedStatement |
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,
KeyGenerator keyGenerator,
String keyProperty,
String keyColumn,
String databaseId)
|
Uses of KeyGenerator in org.apache.ibatis.executor.keygen |
---|
Classes in org.apache.ibatis.executor.keygen that implement KeyGenerator | |
---|---|
class |
Jdbc3KeyGenerator
|
class |
NoKeyGenerator
|
class |
SelectKeyGenerator
|
Uses of KeyGenerator in org.apache.ibatis.mapping |
---|
Methods in org.apache.ibatis.mapping that return KeyGenerator | |
---|---|
KeyGenerator |
MappedStatement.getKeyGenerator()
|
Methods in org.apache.ibatis.mapping with parameters of type KeyGenerator | |
---|---|
MappedStatement.Builder |
MappedStatement.Builder.keyGenerator(KeyGenerator keyGenerator)
|
Uses of KeyGenerator in org.apache.ibatis.session |
---|
Fields in org.apache.ibatis.session with type parameters of type KeyGenerator | |
---|---|
protected Map<String,KeyGenerator> |
Configuration.keyGenerators
|
Methods in org.apache.ibatis.session that return KeyGenerator | |
---|---|
KeyGenerator |
Configuration.getKeyGenerator(String id)
|
Methods in org.apache.ibatis.session that return types with arguments of type KeyGenerator | |
---|---|
Collection<KeyGenerator> |
Configuration.getKeyGenerators()
|
Methods in org.apache.ibatis.session with parameters of type KeyGenerator | |
---|---|
void |
Configuration.addKeyGenerator(String id,
KeyGenerator keyGenerator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |