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 class
IdentityGenerator.BasicDelegate
Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY valuestatic class
SelectGenerator.SelectGeneratorDelegate
The delegate for the select generation strategy.
-