Uses of Interface
org.hibernate.id.PostInsertIdentityPersister

Packages that use PostInsertIdentityPersister
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.id.insert   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Uses of PostInsertIdentityPersister in org.hibernate.id
 

Methods in org.hibernate.id with parameters of type PostInsertIdentityPersister
 InsertGeneratedIdentifierDelegate IdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate SelectGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate SequenceIdentityGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 InsertGeneratedIdentifierDelegate PostInsertIdentifierGenerator.getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)
           
 

Constructors in org.hibernate.id with parameters of type PostInsertIdentityPersister
IdentityGenerator.BasicDelegate(PostInsertIdentityPersister persister, Dialect dialect)
           
IdentityGenerator.GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
           
IdentityGenerator.InsertSelectDelegate(PostInsertIdentityPersister persister, Dialect dialect)
           
SequenceIdentityGenerator.Delegate(PostInsertIdentityPersister persister, Dialect dialect, String sequenceName)
           
 

Uses of PostInsertIdentityPersister in org.hibernate.id.insert
 

Methods in org.hibernate.id.insert that return PostInsertIdentityPersister
protected  PostInsertIdentityPersister AbstractReturningDelegate.getPersister()
           
 

Constructors in org.hibernate.id.insert with parameters of type PostInsertIdentityPersister
AbstractReturningDelegate(PostInsertIdentityPersister persister)
           
AbstractSelectingDelegate(PostInsertIdentityPersister persister)
           
 

Uses of PostInsertIdentityPersister in org.hibernate.persister.entity
 

Classes in org.hibernate.persister.entity that implement PostInsertIdentityPersister
 class AbstractEntityPersister
          Basic functionality for persisting an entity via JDBC through either generated or custom SQL
 class JoinedSubclassEntityPersister
          An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
 class SingleTableEntityPersister
          The default implementation of the EntityPersister interface.
 class UnionSubclassEntityPersister
          Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
 



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