Package org.hibernate.event.spi


package org.hibernate.event.spi
Defines the event types and event listener interfaces for events produced by the stateful Session.

An event represents a request by the session API for some work to be performed, and an event listener must respond to the event and do that work, usually by scheduling some sort of action.

Note that a StatelessSession does not produce events and does not make use of this framework.