public class GeneratedKey extends Object
Constructor and Description |
---|
GeneratedKey(String column,
String configuredSqlStatement,
boolean isIdentity,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getColumn() |
String |
getMyBatis3Order() |
String |
getRuntimeSqlStatement() |
boolean |
isIdentity() |
boolean |
isJdbcStandard() |
void |
validate(List<String> errors,
String tableName) |
Copyright © 2006–2022 MyBatis.org. All rights reserved.