Package org.hibernate.reactive.event
Interface ReactiveLockEventListener
- All Superinterfaces:
Serializable
Defines the contract for handling of lock events generated from a session.
-
Method Summary
-
Method Details
-
reactiveOnLock
Handle the given lock event.- Parameters:
event
- The lock event to be handled.- Throws:
HibernateException
-