Package org.hibernate.engine.internal
Class ForeignKeys.Nullifier
java.lang.Object
org.hibernate.engine.internal.ForeignKeys.Nullifier
- Enclosing class:
- ForeignKeys
Delegate for handling nullifying ("null"ing-out) non-cascaded associations
-
Constructor Summary
ConstructorsConstructorDescriptionNullifier
(Object self, boolean isDelete, boolean isEarlyInsert, SharedSessionContractImplementor session, EntityPersister persister) Constructs a Nullifier -
Method Summary
Modifier and TypeMethodDescriptionvoid
nullifyTransientReferences
(Object[] values) Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity.
-
Constructor Details
-
Method Details
-
nullifyTransientReferences
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity.- Parameters:
values
- The entity attribute values
-