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
public abstract class ReattachVisitor extends ProxyVisitor
Abstract superclass of visitors that reattach collections.
-
-
Constructor Summary
Constructors Constructor Description ReattachVisitor(EventSource session, Object ownerIdentifier, Object owner)
-
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 Detail
-
ReattachVisitor
public ReattachVisitor(EventSource session, Object ownerIdentifier, Object owner)
-
-