Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityIdentityInsertAction
The action for performing entity insertions when entity is using IDENTITY column identifier generation
|
class |
EntityInsertAction
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.
|
Modifier and Type | Method and Description |
---|---|
Iterable<AbstractEntityInsertAction> |
UnresolvedEntityInsertActions.getDependentEntityInsertActions()
Returns the unresolved insert actions.
|
Set<AbstractEntityInsertAction> |
UnresolvedEntityInsertActions.resolveDependentActions(Object managedEntity,
SessionImplementor session)
Resolve any dependencies on
managedEntity . |
Modifier and Type | Method and Description |
---|---|
void |
UnresolvedEntityInsertActions.addUnresolvedEntityInsertAction(AbstractEntityInsertAction insert,
NonNullableTransientDependencies dependencies)
Add an unresolved insert action.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.