Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate
Packages that use AbstractReturningDelegate
Package
Description
Contains a framework of strategies for retrieving database-generated ids.
-
Uses of AbstractReturningDelegate in org.hibernate.id.insert
Subclasses of AbstractReturningDelegate in org.hibernate.id.insertModifier and TypeClassDescriptionclass
Delegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys()
.class
Delegate for dealing with generated values where the dialect supports returning the generated column directly from the mutation statement.class
SpecializedGetGeneratedKeysDelegate
which appends the database specific clause which signifies to return generatedIDENTITY
values to the end of the insert statement.