org.hibernate.event.def
Class ProxyVisitor

java.lang.Object
  extended by org.hibernate.event.def.AbstractVisitor
      extended by org.hibernate.event.def.ProxyVisitor
Direct Known Subclasses:
ReattachVisitor, WrapVisitor

public abstract class ProxyVisitor
extends AbstractVisitor

Reassociates uninitialized proxies with the session

Author:
Gavin King

Constructor Summary
ProxyVisitor(EventSource session)
           
 
Method Summary
protected static boolean isOwnerUnchanged(PersistentCollection snapshot, CollectionPersister persister, 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

ProxyVisitor

public ProxyVisitor(EventSource session)
Method Detail

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

Throws:
HibernateException


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.