Uses of Class
org.hibernate.event.spi.DirtyCheckEvent
Packages that use DirtyCheckEvent
Package
Description
This package defines a default set of event listeners that implement
the default behaviors of Hibernate session operations.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.-
Uses of DirtyCheckEvent in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type DirtyCheckEventModifier and TypeMethodDescriptionvoid
DefaultDirtyCheckEventListener.onDirtyCheck
(DirtyCheckEvent event) Handle the given dirty-check event. -
Uses of DirtyCheckEvent in org.hibernate.event.spi
Methods in org.hibernate.event.spi with parameters of type DirtyCheckEventModifier and TypeMethodDescriptionvoid
DirtyCheckEventListener.onDirtyCheck
(DirtyCheckEvent event) Handle the given dirty-check event.