org.hibernate.event.def
Class ProxyVisitor
public abstract class ProxyVisitor
Reassociates uninitialized proxies with the session
isOwnerUnchanged
protected static boolean isOwnerUnchanged(PersistentCollection snapshot,
CollectionPersister persister,
Serializable id)
Has the owner of the collection changed since the collection
was snapshotted and detached?
reattachCollection
protected void reattachCollection(PersistentCollection collection,
CollectionType type)
throws HibernateException
Reattach a detached (disassociated) initialized or uninitialized
collection wrapper, using a snapshot carried with the collection
wrapper