Package org.hibernate.event.internal
Class DirtyCollectionSearchVisitor
- java.lang.Object
-
- org.hibernate.event.internal.AbstractVisitor
-
- org.hibernate.event.internal.DirtyCollectionSearchVisitor
-
public class DirtyCollectionSearchVisitor extends AbstractVisitor
Do we have a dirty collection here?- If it's a new application-instantiated collection, return true. (Does not occur anymore!)
- If it's an embeddable, recurse.
- If it is a wrappered collection, ask the collection entry.
-
-
Constructor Summary
Constructors Constructor Description DirtyCollectionSearchVisitor(Object entity, EventSource session, boolean[] propertyVersionability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
wasDirtyCollectionFound()
-
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
-
-
-
Constructor Detail
-
DirtyCollectionSearchVisitor
public DirtyCollectionSearchVisitor(Object entity, EventSource session, boolean[] propertyVersionability)
-
-