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

Uses of Class org.hibernate.event.def.ReattachVisitor (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.event.def.ReattachVisitor

Packages that use ReattachVisitor
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
 

Uses of ReattachVisitor in org.hibernate.event.def
 

Subclasses of ReattachVisitor in org.hibernate.event.def
 class OnLockVisitor
          When a transient entity is passed to lock(), we must inspect all its collections and 1.
 class OnReplicateVisitor
          When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.
 class OnUpdateVisitor
          When an entity is passed to update(), we must inspect all its collections and 1.