org.apache.ibatis.abator.config
Class GeneratedKey
java.lang.Object
org.apache.ibatis.abator.config.GeneratedKey
- public class GeneratedKey
- extends java.lang.Object
This class specifies that a key is auto-generated, either as an identity column
(post insert), or as some other query like a sequences (pre insert).
- Author:
- Jeff Butler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratedKey
public GeneratedKey()
getColumn
public java.lang.String getColumn()
setColumn
public void setColumn(java.lang.String column)
isIdentity
public boolean isIdentity()
setIdentity
public void setIdentity(boolean identity)
getSqlStatement
public java.lang.String getSqlStatement()
setSqlStatement
public void setSqlStatement(java.lang.String sqlStatement)
isConfigured
public boolean isConfigured()