|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyGenerator | |
|---|---|
| org.apache.ibatis.builder | |
| org.apache.ibatis.executor.keygen | |
| org.apache.ibatis.mapping | |
| org.apache.ibatis.session | |
| Uses of KeyGenerator in org.apache.ibatis.builder |
|---|
| Methods in org.apache.ibatis.builder with parameters of type KeyGenerator | |
|---|---|
MappedStatement |
MapperBuilderAssistant.addMappedStatement(java.lang.String id,
SqlSource sqlSource,
StatementType statementType,
SqlCommandType sqlCommandType,
java.lang.Integer fetchSize,
java.lang.Integer timeout,
java.lang.String parameterMap,
java.lang.Class<?> parameterType,
java.lang.String resultMap,
java.lang.Class<?> resultType,
ResultSetType resultSetType,
boolean flushCache,
boolean useCache,
KeyGenerator keyGenerator,
java.lang.String keyProperty)
|
| 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 java.util.Map<java.lang.String,KeyGenerator> |
Configuration.keyGenerators
|
| Methods in org.apache.ibatis.session that return KeyGenerator | |
|---|---|
KeyGenerator |
Configuration.getKeyGenerator(java.lang.String id)
|
| Methods in org.apache.ibatis.session that return types with arguments of type KeyGenerator | |
|---|---|
java.util.Collection<KeyGenerator> |
Configuration.getKeyGenerators()
|
| Methods in org.apache.ibatis.session with parameters of type KeyGenerator | |
|---|---|
void |
Configuration.addKeyGenerator(java.lang.String id,
KeyGenerator keyGenerator)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||