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(java.lang.String entityName,
java.lang.Object entity,
java.lang.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 © 2001-2013 Red Hat, Inc. All Rights Reserved.