Package org.hibernate.event.internal
Class EvictVisitor
- java.lang.Object
-
- org.hibernate.event.internal.AbstractVisitor
-
- org.hibernate.event.internal.EvictVisitor
-
public class EvictVisitor extends AbstractVisitor
Evict any collections referenced by the object from the session cache. This will NOT pick up any collections that were dereferenced, so they will be deleted (suboptimal but not exactly incorrect).
-
-
Constructor Summary
Constructors Constructor Description EvictVisitor(EventSource session, Object owner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evictCollection(Object value, CollectionType type)
-
Methods inherited from class org.hibernate.event.internal.AbstractVisitor
getSession, process, processEntityPropertyValues
-
-
-
-
Constructor Detail
-
EvictVisitor
public EvictVisitor(EventSource session, Object owner)
-
-
Method Detail
-
evictCollection
public void evictCollection(Object value, CollectionType type)
-
-