Uses of Class
org.hibernate.id.insert.AbstractSelectingDelegate
-
Packages that use AbstractSelectingDelegate Package Description org.hibernate.id.insert 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.insert Modifier and Type Class Description class
BasicSelectingDelegate
Delegate for dealing withIDENTITY
columns where the dialect requires an additional command execution to retrieve the generatedIDENTITY
valueclass
UniqueKeySelectingDelegate
Uses a unique key of the inserted entity to locate the newly inserted row.
-