Class MimerSQLIdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.community.dialect.identity.MimerSQLIdentityColumnSupport
-
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class MimerSQLIdentityColumnSupport extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
-
Field Summary
Fields Modifier and Type Field Description static MimerSQLIdentityColumnSupportINSTANCE
-
Constructor Summary
Constructors Constructor Description MimerSQLIdentityColumnSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsIdentityColumns()-
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, hasDataTypeInIdentityColumn, supportsInsertSelectIdentity
-
-
-
-
Field Detail
-
INSTANCE
public static final MimerSQLIdentityColumnSupport INSTANCE
-
-