Uses of Class
org.hibernate.action.internal.AbstractEntityInsertAction
-
Packages that use AbstractEntityInsertAction Package Description org.hibernate.action.internal The various concrete action implementations. -
-
Uses of AbstractEntityInsertAction in org.hibernate.action.internal
Subclasses of AbstractEntityInsertAction in org.hibernate.action.internal Modifier and Type Class Description class
EntityIdentityInsertAction
The action for performing entity insertions when entity is using IDENTITY column identifier generationclass
EntityInsertAction
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.Methods in org.hibernate.action.internal that return types with arguments of type AbstractEntityInsertAction Modifier and Type Method Description Iterable<AbstractEntityInsertAction>
UnresolvedEntityInsertActions. getDependentEntityInsertActions()
Returns the unresolved insert actions.Set<AbstractEntityInsertAction>
UnresolvedEntityInsertActions. resolveDependentActions(Object managedEntity, SessionImplementor session)
Resolve any dependencies onmanagedEntity
.Methods in org.hibernate.action.internal with parameters of type AbstractEntityInsertAction Modifier and Type Method Description void
UnresolvedEntityInsertActions. addUnresolvedEntityInsertAction(AbstractEntityInsertAction insert, NonNullableTransientDependencies dependencies)
Add an unresolved insert action.
-