public class SelectKey extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
SELECT_KEY_SUFFIX |
| Constructor and Description |
|---|
SelectKey(org.apache.ibatis.mapping.MappedStatement keyStatement,
boolean executeBefore) |
| Modifier and Type | Method and Description |
|---|---|
static void |
newSelectKeyMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
EntityColumn column,
Class<?> entityClass,
Boolean executeBefore,
String identity) |
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) |
public static final String SELECT_KEY_SUFFIX
public SelectKey(org.apache.ibatis.mapping.MappedStatement keyStatement,
boolean executeBefore)
public static void newSelectKeyMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
EntityColumn column,
Class<?> entityClass,
Boolean executeBefore,
String identity)
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.KeyGeneratorCopyright © 2020. All rights reserved.