Uses of Class
org.hibernate.action.internal.AbstractEntityInsertAction
Packages that use AbstractEntityInsertAction
-
Uses of AbstractEntityInsertAction in org.hibernate.action.internal
Subclasses of AbstractEntityInsertAction in org.hibernate.action.internalModifier and TypeClassDescriptionclass
The action for performing entity insertions when entity is using IDENTITY column identifier generationclass
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 AbstractEntityInsertActionModifier and TypeMethodDescriptionUnresolvedEntityInsertActions.getDependentEntityInsertActions()
Returns the unresolved insert actions.UnresolvedEntityInsertActions.resolveDependentActions
(Object managedEntity, SessionImplementor session) Resolve any dependencies onmanagedEntity
.Methods in org.hibernate.action.internal with parameters of type AbstractEntityInsertActionModifier and TypeMethodDescriptionvoid
UnresolvedEntityInsertActions.addUnresolvedEntityInsertAction
(AbstractEntityInsertAction insert, NonNullableTransientDependencies dependencies) Add an unresolved insert action.