Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate
Packages that use AbstractReturningDelegate
Package
Description
Support for
Dialect-specific identity column handling.Contains a framework of strategies for retrieving database-generated ids.
-
Uses of AbstractReturningDelegate in org.hibernate.dialect.identity
Subclasses of AbstractReturningDelegate in org.hibernate.dialect.identityModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractReturningDelegate in org.hibernate.id.insert
Subclasses of AbstractReturningDelegate in org.hibernate.id.insertModifier and TypeClassDescriptionclassDelegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys().classDelegate for dealing with generated values where the dialect supports returning the generated column directly from the mutation statement.classSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.
GetGeneratedKeysDelegateinstead