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 classBasicSelectingDelegateDelegate for dealing withIDENTITYcolumns where the dialect requires an additional command execution to retrieve the generatedIDENTITYvalueclassUniqueKeySelectingDelegateUses a unique key of the inserted entity to locate the newly inserted row.
-