java.lang.ObjectEvict 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).org.hibernate.event.def.AbstractVisitor
org.hibernate.event.def.EvictVisitor
Gavin - King| Constructor: |
|---|
|
| Method from org.hibernate.event.def.EvictVisitor Summary: |
|---|
| evictCollection, processCollection |
| Methods from org.hibernate.event.def.AbstractVisitor: |
|---|
| getSession, includeEntityProperty, includeProperty, process, processCollection, processComponent, processEntity, processEntityPropertyValues, processValue, processValue, processValues |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.hibernate.event.def.EvictVisitor Detail: |
|---|
|
|