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() |
String |
getType() |
boolean |
isIdentity() |
boolean |
isJdbcStandard() |
boolean |
isPlacedBeforeInsertInIbatis2()
This method is used by the iBATIS2 generators to know
if the XML
|
XmlElement |
toXmlElement() |
void |
validate(List<String> errors,
String tableName) |
public String getColumn()
public boolean isIdentity()
public String getRuntimeSqlStatement()
public String getType()
public boolean isPlacedBeforeInsertInIbatis2()
public String getMyBatis3Order()
public XmlElement toXmlElement()
public boolean isJdbcStandard()
Copyright © 2010–2018 MyBatis.org. All rights reserved.