Class SybaseAnywhereIdentityColumnSupport
- java.lang.Object
-
- org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
- org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
- org.hibernate.community.dialect.identity.SybaseAnywhereIdentityColumnSupport
-
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class SybaseAnywhereIdentityColumnSupport extends org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
-
Field Summary
Fields Modifier and Type Field Description static SybaseAnywhereIdentityColumnSupportINSTANCE
-
Constructor Summary
Constructors Constructor Description SybaseAnywhereIdentityColumnSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsInsertSelectIdentity()-
Methods inherited from class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumns
-
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
buildGetGeneratedKeysDelegate, getIdentityInsertString, hasDataTypeInIdentityColumn
-
-
-
-
Field Detail
-
INSTANCE
public static final SybaseAnywhereIdentityColumnSupport INSTANCE
-
-
Method Detail
-
supportsInsertSelectIdentity
public boolean supportsInsertSelectIdentity()
- Specified by:
supportsInsertSelectIdentityin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
supportsInsertSelectIdentityin classorg.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-
-