Package org.hibernate.event.spi
Interface ClearEventListener
-
- All Superinterfaces:
java.io.Serializable
public interface ClearEventListener extends java.io.Serializable
Listener for notification ofSession.clear()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClear(ClearEvent event)
Callback forSession.clear()
notification
-
-
-
Method Detail
-
onClear
void onClear(ClearEvent event)
Callback forSession.clear()
notification- Parameters:
event
- The event representing the clear
-
-