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

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


org.hibernate.event.def
Class DirtyCollectionSearchVisitor

java.lang.Object
  extended byorg.hibernate.event.def.AbstractVisitor
      extended byorg.hibernate.event.def.DirtyCollectionSearchVisitor

public class DirtyCollectionSearchVisitor
extends AbstractVisitor

Do we have a dirty collection here? 1. if it is a new application-instantiated collection, return true (does not occur anymore!) 2. if it is a component, recurse 3. if it is a wrappered collection, ask the collection entry

Author:
Gavin King

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