public class

DirtyCollectionSearchVisitor

extends AbstractVisitor
java.lang.Object
   ↳ org.hibernate.event.def.AbstractVisitor
     ↳ org.hibernate.event.def.DirtyCollectionSearchVisitor

Class Overview

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

Summary

[Expand]
Inherited Methods
From class org.hibernate.event.def.AbstractVisitor
From class java.lang.Object