|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.event.def.AbstractVisitor
org.hibernate.event.def.ProxyVisitor
public abstract class ProxyVisitor
Reassociates uninitialized proxies with the session
Constructor Summary | |
---|---|
ProxyVisitor(EventSource session)
|
Method Summary | |
---|---|
protected static boolean |
isOwnerUnchanged(PersistentCollection snapshot,
CollectionPersister persister,
java.io.Serializable id)
Has the owner of the collection changed since the collection was snapshotted and detached? |
protected void |
reattachCollection(PersistentCollection collection,
CollectionType type)
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper |
Methods inherited from class org.hibernate.event.def.AbstractVisitor |
---|
processEntityPropertyValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyVisitor(EventSource session)
Method Detail |
---|
protected static boolean isOwnerUnchanged(PersistentCollection snapshot, CollectionPersister persister, java.io.Serializable id)
protected void reattachCollection(PersistentCollection collection, CollectionType type) throws HibernateException
HibernateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |