Uses of Class
org.hibernate.event.spi.EvictEvent
Packages that use EvictEvent
Package
Description
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of EvictEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type EvictEventModifier and TypeMethodDescriptionvoid
EvictEventListener.onEvict
(EvictEvent event) Handle the given evict event.