Class GaussDBIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.community.dialect.identity.GaussDBIdentityColumnSupport
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class GaussDBIdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentityColumnString(int type) getIdentitySelectString(String table, String column, int type) booleanbooleanMethods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityInsertString, 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
-
GaussDBIdentityColumnSupport
public GaussDBIdentityColumnSupport()
-
-
Method Details
-
supportsIdentityColumns
public boolean supportsIdentityColumns()- Specified by:
supportsIdentityColumnsin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
supportsIdentityColumnsin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
hasDataTypeInIdentityColumn
public boolean hasDataTypeInIdentityColumn()- Specified by:
hasDataTypeInIdentityColumnin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
hasDataTypeInIdentityColumnin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentitySelectString
-
getIdentityColumnString
- Specified by:
getIdentityColumnStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityColumnStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-