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
public class SybaseJconnIdentityColumnSupport extends AbstractTransactSQLIdentityColumnSupport
-
-
Field Summary
Fields Modifier and Type Field Description static SybaseJconnIdentityColumnSupport
INSTANCE
-
Constructor Summary
Constructors Constructor Description SybaseJconnIdentityColumnSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGeneratedKeysDelegate
buildGetGeneratedKeysDelegate(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, buildGetGeneratedKeysDelegate, hasIdentityInsertKeyword
-
-
-
-
Field Detail
-
INSTANCE
public static final SybaseJconnIdentityColumnSupport INSTANCE
-
-
Method Detail
-
buildGetGeneratedKeysDelegate
public GetGeneratedKeysDelegate buildGetGeneratedKeysDelegate(EntityPersister persister)
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
-
-