org.hibernate.event.def
Class DefaultEvictEventListener
java.lang.Object
org.hibernate.event.def.DefaultEvictEventListener
- EvictEventListener, Serializable
public class DefaultEvictEventListener
extends java.lang.Object
Defines the default evict event listener used by hibernate for evicting entities
in response to generated flush events. In particular, this implementation will
remove any hard references to the entity that are held by the infrastructure
(references held by application or other persistent instances are okay)