Uses of Class
org.hibernate.event.spi.ClearEvent
Packages that use ClearEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of ClearEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type ClearEventModifier and TypeMethodDescriptionvoid
ClearEventListener.onClear
(ClearEvent event) Callback forSession.clear()
notification