public class SelectKeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SELECT_KEY_SUFFIX |
| 构造器和说明 |
|---|
SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement,
boolean executeBefore) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement,
boolean executeBefore)
Copyright © 2017. All rights reserved.