Class DB2zIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.dialect.identity.DB2IdentityColumnSupport
org.hibernate.dialect.identity.DB2zIdentityColumnSupport
- All Implemented Interfaces:
IdentityColumnSupport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentitySelectString(String table, String column, int type) Get the select command to use to retrieve the last generated IDENTITY value for a particular tableMethods inherited from class DB2IdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentityInsertString, supportsIdentityColumns, supportsInsertSelectIdentityMethods inherited from class IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdentityColumnSupport
hasIdentityInsertKeyword
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DB2zIdentityColumnSupport
public DB2zIdentityColumnSupport()
-
-
Method Details
-
getIdentitySelectString
Description copied from interface:IdentityColumnSupportGet the select command to use to retrieve the last generated IDENTITY value for a particular table- Specified by:
getIdentitySelectStringin interfaceIdentityColumnSupport- Overrides:
getIdentitySelectStringin classDB2IdentityColumnSupport- Parameters:
table- The table into which the insert was donecolumn- The PK column.type- TheTypestype code.- Returns:
- The appropriate select command
-