Package org.hibernate.dialect.identity
Class DB2390IdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.dialect.identity.DB2IdentityColumnSupport
org.hibernate.dialect.identity.DB2zIdentityColumnSupport
org.hibernate.dialect.identity.DB2390IdentityColumnSupport
- All Implemented Interfaces:
IdentityColumnSupport
Deprecated.
- Author:
- Jan Schatteman
-
Field Summary
Fields inherited from class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
INSTANCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
getIdentitySelectStringMethods inherited from class org.hibernate.dialect.identity.DB2IdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentityInsertString, supportsIdentityColumns, supportsInsertSelectIdentityMethods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.dialect.identity.IdentityColumnSupport
buildGetGeneratedKeysDelegate, hasIdentityInsertKeyword
-
Constructor Details
-
DB2390IdentityColumnSupport
public DB2390IdentityColumnSupport()Deprecated.
-
DB2zIdentityColumnSupport