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

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


Uses of Class
org.hibernate.event.LockEvent

Packages that use LockEvent
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 LockEvent in org.hibernate.event
 

Methods in org.hibernate.event with parameters of type LockEvent
 void LockEventListener.onLock(LockEvent event)
          Handle the given lock event.
 

Uses of LockEvent in org.hibernate.event.def
 

Methods in org.hibernate.event.def with parameters of type LockEvent
 void DefaultLockEventListener.onLock(LockEvent event)
          Handle the given lock event.