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
Methods in org.hibernate.dialect.identity that return GetGeneratedKeysDelegateModifier and TypeMethodDescriptionIdentityColumnSupport.buildGetGeneratedKeysDelegate
(EntityPersister persister) The delegate for dealing withIDENTITY
columns 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 TypeClassDescriptionclass
SpecializedGetGeneratedKeysDelegate
which appends the database specific clause which signifies to return generatedIDENTITY
values to the end of the insert statement.