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