org.hibernate.event.def
Class ReattachVisitor

java.lang.Object
  extended byorg.hibernate.event.def.AbstractVisitor
      extended byorg.hibernate.event.def.ProxyVisitor
          extended byorg.hibernate.event.def.ReattachVisitor
Direct Known Subclasses:
OnLockVisitor, OnReplicateVisitor, OnUpdateVisitor

public abstract class ReattachVisitor
extends ProxyVisitor

Abstract superclass of visitors that reattach collections.

Author:
Gavin King

Constructor Summary
ReattachVisitor(EventSource session, Serializable ownerIdentifier, Object owner)
           
 
Methods inherited from class org.hibernate.event.def.ProxyVisitor
isOwnerUnchanged, reattachCollection
 
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

ReattachVisitor

public ReattachVisitor(EventSource session,
                       Serializable ownerIdentifier,
                       Object owner)