Package org.hibernate.event.spi
Interface DirtyCheckEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface DirtyCheckEventListener extends java.io.SerializableDefines the contract for handling of session dirty-check events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDirtyCheck(DirtyCheckEvent event)Handle the given dirty-check event.
-
-
-
Method Detail
-
onDirtyCheck
void onDirtyCheck(DirtyCheckEvent event) throws HibernateException
Handle the given dirty-check event.- Parameters:
event- The dirty-check event to be handled.- Throws:
HibernateException
-
-