Package org.hibernate.event.internal
Class DirtyCollectionSearchVisitor
java.lang.Object
org.hibernate.event.internal.AbstractVisitor
org.hibernate.event.internal.DirtyCollectionSearchVisitor
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
ConstructorsConstructorDescriptionDirtyCollectionSearchVisitor
(Object entity, EventSource session, boolean[] propertyVersionability) -
Method Summary
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
Constructor Details
-
DirtyCollectionSearchVisitor
public DirtyCollectionSearchVisitor(Object entity, EventSource session, boolean[] propertyVersionability)
-
-
Method Details
-
wasDirtyCollectionFound
public boolean wasDirtyCollectionFound()
-