Uses of Package
org.hibernate.event.spi

Packages that use org.hibernate.event.spi
Package
Description
The various concrete action implementations.
This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.
Support for integrating Jakarta Bean Validation.
An SPI service for processing and handling cfg.xml files.
Internal implementations and support for second-level caching.
This package defines formats for disassembled state kept in the second level cache.
Support for Dialect-specific locking strategies.
Support for many of the internal workings of Hibernate.
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
 
 
This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.
Implementation of the event listener registration service.
An SPI for the event listener registration service.
Defines the event types and event listener interfaces for events produced by the stateful Session.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
 
 
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
This package abstracts persistence mechanisms for entities.
 
An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".