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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumnsMethods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
buildGetGeneratedKeysDelegate, getIdentityInsertString, hasDataTypeInIdentityColumnMethods 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
-
SybaseAnywhereIdentityColumnSupport
public SybaseAnywhereIdentityColumnSupport()
-
-
Method Details
-
supportsInsertSelectIdentity
public boolean supportsInsertSelectIdentity()- Specified by:
supportsInsertSelectIdentityin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
supportsInsertSelectIdentityin classorg.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
-