Class Teradata14IdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.community.dialect.identity.Teradata14IdentityColumnSupport
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class Teradata14IdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentitySelectString, hasDataTypeInIdentityColumn, supportsInsertSelectIdentityMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.dialect.identity.IdentityColumnSupport
appendIdentitySelectToInsert, hasIdentityInsertKeyword
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Teradata14IdentityColumnSupport
public Teradata14IdentityColumnSupport()
-
-
Method Details
-
supportsIdentityColumns
public boolean supportsIdentityColumns()- Specified by:
supportsIdentityColumnsin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
supportsIdentityColumnsin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityColumnString
- Specified by:
getIdentityColumnStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityColumnStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityInsertString
- Specified by:
getIdentityInsertStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityInsertStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-