public class RowJdbc3KeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
| Constructor and Description |
|---|
RowJdbc3KeyGenerator(String keyProperty) |
| 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 |
processBatch(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) |
public RowJdbc3KeyGenerator(String keyProperty)
public void processBefore(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter)
processBefore in interface org.apache.ibatis.executor.keygen.KeyGeneratorpublic void processAfter(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter)
processAfter in interface org.apache.ibatis.executor.keygen.KeyGeneratorCopyright © 2024. All rights reserved.