org.hibernate.engine.internal
Class ForeignKeys.Nullifier
java.lang.Object
org.hibernate.engine.internal.ForeignKeys.Nullifier
- Enclosing class:
- ForeignKeys
public static class ForeignKeys.Nullifier
- extends Object
Method Summary |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForeignKeys.Nullifier
public ForeignKeys.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
- Throws:
HibernateException
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.