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 public class DB2390IdentityColumnSupport extends DB2zIdentityColumnSupport
Deprecated.useDB2zIdentityColumnSupport
-
-
Field Summary
-
Fields inherited from class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description DB2390IdentityColumnSupport()
Deprecated.
-
Method Summary
-
Methods inherited from class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
getIdentitySelectString
-
Methods inherited from class org.hibernate.dialect.identity.DB2IdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentityInsertString, supportsIdentityColumns, supportsInsertSelectIdentity
-
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.dialect.identity.IdentityColumnSupport
buildGetGeneratedKeysDelegate, hasIdentityInsertKeyword
-
-