public static class ForeignKeys.Nullifier
extends java.lang.Object
Constructor and Description |
---|
ForeignKeys.Nullifier(java.lang.Object self,
boolean isDelete,
boolean isEarlyInsert,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
void |
nullifyTransientReferences(java.lang.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
|
public ForeignKeys.Nullifier(java.lang.Object self, boolean isDelete, boolean isEarlyInsert, SessionImplementor session)
public void nullifyTransientReferences(java.lang.Object[] values, Type[] types) throws HibernateException
HibernateException
Copyright © 2013. All Rights Reserved.