Uses of Class
org.hibernate.id.insert.AbstractSelectingDelegate
-
Packages that use AbstractSelectingDelegate Package Description org.hibernate.id -
-
Uses of AbstractSelectingDelegate in org.hibernate.id
Subclasses of AbstractSelectingDelegate in org.hibernate.id Modifier and Type Class Description static classIdentityGenerator.BasicDelegateDelegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY valuestatic classSelectGenerator.SelectGeneratorDelegateThe delegate for the select generation strategy.
-