Uses of Interface
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate

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

Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id
 

Classes in org.hibernate.id that implement InsertGeneratedIdentifierDelegate
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 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 SelectGenerator.SelectGeneratorDelegate
          The delegate for the select generation strategy.
static class SequenceIdentityGenerator.Delegate
           
 

Methods in org.hibernate.id that return InsertGeneratedIdentifierDelegate
 InsertGeneratedIdentifierDelegate SequenceIdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate IdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate SelectGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate PostInsertIdentifierGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 

Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id.insert
 

Classes in org.hibernate.id.insert that implement InsertGeneratedIdentifierDelegate
 class AbstractReturningDelegate
          Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the enerated identitifer to be returned as an effect of performing the insert statement.
 class AbstractSelectingDelegate
          Abstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires an subsequent select after the insert to determine the generated identifier.
 



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