Package org.hibernate.dialect.identity
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 withIDENTITY
columns usingStatement.getGeneratedKeys()
.Methods inherited from class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumns, supportsInsertSelectIdentity
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
getIdentityInsertString, hasDataTypeInIdentityColumn
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.dialect.identity.IdentityColumnSupport
appendIdentitySelectToInsert, hasIdentityInsertKeyword
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SybaseJconnIdentityColumnSupport
public SybaseJconnIdentityColumnSupport()
-
-
Method Details
-
buildGetGeneratedKeysDelegate
Description copied from interface:IdentityColumnSupport
The delegate for dealing withIDENTITY
columns usingStatement.getGeneratedKeys()
.- Specified by:
buildGetGeneratedKeysDelegate
in interfaceIdentityColumnSupport
- Overrides:
buildGetGeneratedKeysDelegate
in classIdentityColumnSupportImpl
- Parameters:
persister
- The persister- Returns:
- the dialect-specific
GetGeneratedKeysDelegate
-