Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » engine » [javadoc | source]
org.hibernate.engine
public final class: Collections [javadoc | source]
java.lang.Object
   org.hibernate.engine.Collections
Implements book-keeping for the collection persistence by reachability algorithm
Method from org.hibernate.engine.Collections Summary:
processReachableCollection,   processUnreachableCollection
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.engine.Collections Detail:
 public static  void processReachableCollection(PersistentCollection collection,
    CollectionType type,
    Object entity,
    SessionImplementor session) throws HibernateException 
    Initialize the role of the collection.
 public static  void processUnreachableCollection(PersistentCollection coll,
    SessionImplementor session) throws HibernateException 
    record the fact that this collection was dereferenced