Save This Page
Home » hibernate-core-src-20081106 » org.hibernate » event » [javadoc | source]
org.hibernate.event
public interface: LockEventListener [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    DefaultLockEventListener

Defines the contract for handling of lock events generated from a session.
Method from org.hibernate.event.LockEventListener Summary:
onLock
Method from org.hibernate.event.LockEventListener Detail:
 public  void onLock(LockEvent event) throws HibernateException
    Handle the given lock event.