Class Ingres10IdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.community.dialect.identity.Ingres9IdentityColumnSupport
-
- org.hibernate.community.dialect.identity.Ingres10IdentityColumnSupport
-
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class Ingres10IdentityColumnSupport extends Ingres9IdentityColumnSupport
-
-
Field Summary
Fields Modifier and Type Field Description static Ingres10IdentityColumnSupportINSTANCE
-
Constructor Summary
Constructors Constructor Description Ingres10IdentityColumnSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentityColumnString(int type)StringgetIdentityInsertString()booleanhasDataTypeInIdentityColumn()booleansupportsIdentityColumns()-
Methods inherited from class org.hibernate.community.dialect.identity.Ingres9IdentityColumnSupport
getIdentitySelectString
-
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, supportsInsertSelectIdentity
-
-
-
-
Field Detail
-
INSTANCE
public static final Ingres10IdentityColumnSupport INSTANCE
-
-
Method Detail
-
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
-
getIdentityColumnString
public String getIdentityColumnString(int type)
- Specified by:
getIdentityColumnStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityColumnStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityInsertString
public String getIdentityInsertString()
- Specified by:
getIdentityInsertStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityInsertStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
-