Uses of Package
org.hibernate.cache.spi

Packages that use org.hibernate.cache.spi
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines the API of the second-level cache service.
An SPI modelling various aspects of the second-level cache configuration.
Internal implementations and support for second-level caching.
 
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
Defines contracts for transactional and concurrent access to cached entity and collection data.
This package provides a framework intended to reduce the work needed to implement a caching provider.
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.
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.
An SPI supporting custom instantiation of entity instances and embeddable objects.
Defines the internal implementation of the stored procedure SPI.
Validation for HQL queries.
 
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
 
 
The built-in implementation of the statistics collection service.