public class SelectKeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
Modifier and Type | Field and Description |
---|---|
static String |
SELECT_KEY_SUFFIX |
Constructor and Description |
---|
SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement,
boolean executeBefore) |
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) |
public static final String SELECT_KEY_SUFFIX
public SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement, boolean executeBefore)
Copyright © 2018. All rights reserved.