Package | Description |
---|---|
org.hibernate.action.internal | |
org.hibernate.engine.internal |
Modifier and Type | Method and Description |
---|---|
NonNullableTransientDependencies |
AbstractEntityInsertAction.findNonNullableTransientEntities()
Find the transient unsaved entity dependencies that are non-nullable.
|
Modifier and Type | Method and Description |
---|---|
void |
UnresolvedEntityInsertActions.addUnresolvedEntityInsertAction(AbstractEntityInsertAction insert,
NonNullableTransientDependencies dependencies)
Add an unresolved insert action.
|
Modifier and Type | Method and Description |
---|---|
static NonNullableTransientDependencies |
ForeignKeys.findNonNullableTransientEntities(String entityName,
Object entity,
Object[] values,
boolean isEarlyInsert,
SessionImplementor session)
Find all non-nullable references to entities that have not yet
been inserted in the database, where the foreign key
is a reference to an unsaved transient entity.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.