Package org.hibernate.event.spi
Interface ClearEventListener
-
public interface ClearEventListener
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
-
-