Package org.hibernate.event.internal
Class ReattachVisitor
java.lang.Object
org.hibernate.event.internal.AbstractVisitor
org.hibernate.event.internal.ProxyVisitor
org.hibernate.event.internal.ReattachVisitor
- Direct Known Subclasses:
OnLockVisitor
,OnReplicateVisitor
,OnUpdateVisitor
Abstract superclass of visitors that reattach collections.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.hibernate.event.internal.ProxyVisitor
isOwnerUnchanged, reattachCollection
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
Constructor Details
-
ReattachVisitor
-