Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public static class: ForeignKeys.Nullifier [javadoc | source]
java.lang.Object
   org.hibernate.engine.ForeignKeys$Nullifier
Constructor:
 public Nullifier(Object self,
    boolean isDelete,
    boolean isEarlyInsert,
    SessionImplementor session) 
Method from org.hibernate.engine.ForeignKeys$Nullifier Summary:
nullifyTransientReferences
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.ForeignKeys$Nullifier Detail:
 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