org.hibernate.engine
Class ForeignKeys.Nullifier
java.lang.Object
org.hibernate.engine.ForeignKeys.Nullifier
- ForeignKeys
public static class ForeignKeys.Nullifier
extends java.lang.Object
void | nullifyTransientReferences(Object[] values, Type[] types) - Nullify all references to entities that have not yet
been inserted in the database, where the foreign key
points toward that entity
|
Nullifier
public Nullifier(Object self,
boolean isDelete,
boolean isEarlyInsert,
SessionImplementor session)
nullifyTransientReferences
public void nullifyTransientReferences(Object[] values,
Type[] types)
throws HibernateException
Nullify all references to entities that have not yet
been inserted in the database, where the foreign key
points toward that entity