站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.event.EvictEvent (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.event.EvictEvent

Packages that use EvictEvent
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
 

Uses of EvictEvent in org.hibernate.event
 

Methods in org.hibernate.event with parameters of type EvictEvent
 void EvictEventListener.onEvict(EvictEvent event)
          Handle the given evict event.
 

Uses of EvictEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type EvictEvent
 void DefaultEvictEventListener.onEvict(EvictEvent event)
          Handle the given evict event.