Uses of Class
org.hibernate.action.internal.AbstractEntityInsertAction

Packages that use AbstractEntityInsertAction
org.hibernate.action.internal   
 

Uses of AbstractEntityInsertAction in org.hibernate.action.internal
 

Subclasses of AbstractEntityInsertAction in org.hibernate.action.internal
 class EntityIdentityInsertAction
           
 class EntityInsertAction
           
 

Methods in org.hibernate.action.internal that return types with arguments of type AbstractEntityInsertAction
 Iterable<AbstractEntityInsertAction> UnresolvedEntityInsertActions.getDependentEntityInsertActions()
          Returns the unresolved insert actions.
 Set<AbstractEntityInsertAction> UnresolvedEntityInsertActions.resolveDependentActions(Object managedEntity, SessionImplementor session)
          Resolve any dependencies on managedEntity.
 

Methods in org.hibernate.action.internal with parameters of type AbstractEntityInsertAction
 void UnresolvedEntityInsertActions.addUnresolvedEntityInsertAction(AbstractEntityInsertAction insert, NonNullableTransientDependencies dependencies)
          Add an unresolved insert action.
 



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