|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.engine.Collections
public final class Collections
Implements book-keeping for the collection persistence by reachability algorithm
Method Summary | |
---|---|
static void |
processReachableCollection(PersistentCollection collection,
CollectionType type,
Object entity,
SessionImplementor session)
Initialize the role of the collection. |
static void |
processUnreachableCollection(PersistentCollection coll,
SessionImplementor session)
record the fact that this collection was dereferenced |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void processUnreachableCollection(PersistentCollection coll, SessionImplementor session) throws HibernateException
coll
- The collection to be updated by unreachability.
HibernateException
public static void processReachableCollection(PersistentCollection collection, CollectionType type, Object entity, SessionImplementor session) throws HibernateException
collection
- The collection to be updated by reachibility.type
- The type of the collection.entity
- The owner of the collection.
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |