Uses of Class
org.hibernate.id.insert.GetGeneratedKeysDelegate
-
Packages that use GetGeneratedKeysDelegate Package Description org.hibernate.dialect.identity Support forDialect
-specific identity column handling.org.hibernate.id.insert 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.identity Modifier and Type Class Description class
Oracle12cGetGeneratedKeysDelegate
Deprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegate
insteadMethods in org.hibernate.dialect.identity that return GetGeneratedKeysDelegate Modifier and Type Method Description default GetGeneratedKeysDelegate
IdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
Deprecated, for removal: This API element is subject to removal in a future version.GetGeneratedKeysDelegate
IdentityColumnSupport. buildGetGeneratedKeysDelegate(EntityPersister persister)
The delegate for dealing withIDENTITY
columns usingStatement.getGeneratedKeys()
.GetGeneratedKeysDelegate
IdentityColumnSupportImpl. buildGetGeneratedKeysDelegate(EntityPersister persister)
GetGeneratedKeysDelegate
Oracle12cIdentityColumnSupport. buildGetGeneratedKeysDelegate(EntityPersister persister)
GetGeneratedKeysDelegate
SybaseJconnIdentityColumnSupport. buildGetGeneratedKeysDelegate(EntityPersister persister)
-
Uses of GetGeneratedKeysDelegate in org.hibernate.id.insert
Subclasses of GetGeneratedKeysDelegate in org.hibernate.id.insert Modifier and Type Class Description class
SybaseJConnGetGeneratedKeysDelegate
SpecializedIdentifierGeneratingInsert
which appends the database specific clause which signifies to return generatedIDENTITY
values to the end of the insert statement.
-