Uses of Package
org.hibernate.cache.spi.access

Package
Description
The various concrete action implementations.
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
JAXB details.
 
 
 
 
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Implementation of the second-level cache configuration SPI.
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.
Support for many of the internal workings 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.
The packages in this namespace are responsible for implementing certain requirements of the JPA specification, especially things which are only needed when Hibernate is acting as a JPA persistence provider.
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 collections.
This package abstracts persistence mechanisms for entities.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.