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

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

Uses of AbstractReturningDelegate in org.hibernate.id
 

Subclasses of AbstractReturningDelegate in org.hibernate.id
static class IdentityGenerator.GetGeneratedKeysDelegate
          Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
static class IdentityGenerator.InsertSelectDelegate
          Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
static class SequenceIdentityGenerator.Delegate
           
 



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