public class CustomKeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
KeyType.Generator| Modifier and Type | Field and Description |
|---|---|
protected org.apache.ibatis.session.Configuration |
configuration |
protected IdInfo |
idInfo |
protected IKeyGenerator |
keyGenerator |
protected TableInfo |
tableInfo |
| Constructor and Description |
|---|
CustomKeyGenerator(org.apache.ibatis.session.Configuration configuration,
TableInfo tableInfo,
IdInfo idInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
processAfter(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter) |
void |
processBefore(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter) |
protected org.apache.ibatis.session.Configuration configuration
protected IKeyGenerator keyGenerator
protected TableInfo tableInfo
protected IdInfo idInfo
Copyright © 2024. All rights reserved.