Uses of Class
org.hibernate.id.insert.AbstractSelectingDelegate
Packages that use AbstractSelectingDelegate
Package
Description
Contains a framework of strategies for retrieving database-generated ids.
-
Uses of AbstractSelectingDelegate in org.hibernate.id.insert
Subclasses of AbstractSelectingDelegate in org.hibernate.id.insertModifier and TypeClassDescriptionclass
Delegate for dealing withIDENTITY
columns where the dialect requires an additional command execution to retrieve the generatedIDENTITY
valueclass
Uses a unique key of the inserted entity to locate the newly inserted row.