public class

EvictVisitor

extends AbstractVisitor
java.lang.Object
   ↳ org.hibernate.event.def.AbstractVisitor
     ↳ org.hibernate.event.def.EvictVisitor

Class Overview

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).

Summary

Public Methods
void evictCollection(Object value, CollectionType type)
[Expand]
Inherited Methods
From class org.hibernate.event.def.AbstractVisitor
From class java.lang.Object

Public Methods

public void evictCollection (Object value, CollectionType type)