站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ReattachVisitor (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


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)