Class SybaseJconnIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
- All Implemented Interfaces:
IdentityColumnSupport
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildGetGeneratedKeysDelegate(EntityPersister persister) The delegate for dealing withIDENTITYcolumns usingStatement.getGeneratedKeys().Methods inherited from class AbstractTransactSQLIdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumns, supportsInsertSelectIdentityMethods inherited from class IdentityColumnSupportImpl
getIdentityInsertString, hasDataTypeInIdentityColumnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IdentityColumnSupport
appendIdentitySelectToInsert, hasIdentityInsertKeyword
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SybaseJconnIdentityColumnSupport
public SybaseJconnIdentityColumnSupport()
-
-
Method Details
-
buildGetGeneratedKeysDelegate
Description copied from interface:IdentityColumnSupportThe delegate for dealing withIDENTITYcolumns usingStatement.getGeneratedKeys().- Specified by:
buildGetGeneratedKeysDelegatein interfaceIdentityColumnSupport- Overrides:
buildGetGeneratedKeysDelegatein classIdentityColumnSupportImpl- Parameters:
persister- The persister- Returns:
- the dialect-specific
GetGeneratedKeysDelegate
-