Class DefaultEvictEventListener

java.lang.Object
org.hibernate.event.internal.DefaultEvictEventListener
All Implemented Interfaces:
EvictEventListener

public class DefaultEvictEventListener extends Object implements EvictEventListener
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)