Uses of Class
org.hibernate.id.insert.AbstractSelectingDelegate

Packages that use AbstractSelectingDelegate
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
 

Uses of AbstractSelectingDelegate in org.hibernate.id
 

Subclasses of AbstractSelectingDelegate in org.hibernate.id
static class IdentityGenerator.BasicDelegate
          Delegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY value
static class SelectGenerator.SelectGeneratorDelegate
          The delegate for the select generation strategy.
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.