Uses of Class
org.hibernate.id.insert.GetGeneratedKeysDelegate
Packages that use GetGeneratedKeysDelegate
Package
Description
Support for
Dialect-specific identity column handling.Contains a framework of strategies for retrieving database-generated ids.
-
Uses of GetGeneratedKeysDelegate in org.hibernate.dialect.identity
Subclasses of GetGeneratedKeysDelegate in org.hibernate.dialect.identityModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.hibernate.dialect.identity that return GetGeneratedKeysDelegateModifier and TypeMethodDescriptiondefault GetGeneratedKeysDelegateIdentityColumnSupport.buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.IdentityColumnSupport.buildGetGeneratedKeysDelegate(EntityPersister persister) The delegate for dealing withIDENTITYcolumns usingStatement.getGeneratedKeys().IdentityColumnSupportImpl.buildGetGeneratedKeysDelegate(EntityPersister persister) Oracle12cIdentityColumnSupport.buildGetGeneratedKeysDelegate(EntityPersister persister) SybaseJconnIdentityColumnSupport.buildGetGeneratedKeysDelegate(EntityPersister persister) -
Uses of GetGeneratedKeysDelegate in org.hibernate.id.insert
Subclasses of GetGeneratedKeysDelegate in org.hibernate.id.insertModifier and TypeClassDescriptionclassSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.
GetGeneratedKeysDelegateinstead