Uses of Interface
org.hibernate.event.spi.LockEventListener
-
Packages that use LockEventListener Package Description org.hibernate.event.internal This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of LockEventListener in org.hibernate.event.internal
Classes in org.hibernate.event.internal that implement LockEventListener Modifier and Type Class Description class
DefaultLockEventListener
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events. -
Uses of LockEventListener in org.hibernate.event.spi
Fields in org.hibernate.event.spi with type parameters of type LockEventListener Modifier and Type Field Description static EventType<LockEventListener>
EventType. LOCK
-
Uses of LockEventListener in org.hibernate.internal
Fields in org.hibernate.internal with type parameters of type LockEventListener Modifier and Type Field Description EventListenerGroup<LockEventListener>
FastSessionServices. eventListenerGroup_LOCK
-