org.hibernate.engine
Class Collections
java.lang.Object
org.hibernate.engine.Collections
public final class Collections
extends java.lang.Object
Implements book-keeping for the collection persistence by reachability algorithm
processReachableCollection
public static void processReachableCollection(PersistentCollection collection,
CollectionType type,
Object entity,
SessionImplementor session)
throws HibernateException
Initialize the role of the collection.
collection
- The collection to be updated by reachibility.type
- The type of the collection.entity
- The owner of the collection.