类 DefaultEvictEventListener

  • 所有已实现的接口:
    Serializable, 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)
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格