Package | Description |
---|---|
org.hibernate.action.internal |
Modifier and Type | Class and Description |
---|---|
class |
EntityIdentityInsertAction |
class |
EntityInsertAction |
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 © 2012 JBoss by Red Hat. All Rights Reserved.