类 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).- 作者:
- Gavin King
-
-
构造器概要
构造器 构造器 说明 EvictVisitor(EventSource session, Object owner)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidevictCollection(Object value, CollectionType type)-
从类继承的方法 org.hibernate.event.internal.AbstractVisitor
process, processEntityPropertyValues
-
-
-
-
构造器详细资料
-
EvictVisitor
public EvictVisitor(EventSource session, Object owner)
-
-
方法详细资料
-
evictCollection
public void evictCollection(Object value, CollectionType type)
-
-