org.hibernate.event.internal
Class EvictVisitor
java.lang.Object
   org.hibernate.event.internal.AbstractVisitor
org.hibernate.event.internal.AbstractVisitor
       org.hibernate.event.internal.EvictVisitor
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).
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
evictCollection
public void evictCollection(Object value,
                            CollectionType type)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.