Uses of Enum Class
org.hibernate.CacheMode

Packages that useCacheMode
Package
Description
org.hibernate
This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSession andStatelessSession, the most important APIs exposing persistence-related operations for entities.
org.hibernate.boot.internal
 
org.hibernate.boot.jaxb.hbm.internal
JAXB details.
org.hibernate.boot.jaxb.hbm.spi
 
org.hibernate.boot.jaxb.mapping.internal
 
org.hibernate.boot.jaxb.mapping.spi
 
org.hibernate.boot.model.internal
 
org.hibernate.boot.models.annotations.internal
 
org.hibernate.boot.query
Support for handling named queries during the bootstrap process.
org.hibernate.boot.spi
A range of SPIs allowing integration with—and customization of—the process of building metadata.
org.hibernate.engine.spi
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
org.hibernate.envers.query
 
org.hibernate.envers.query.internal.impl
 
org.hibernate.internal
An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.
org.hibernate.jpa.internal.util
 
org.hibernate.loader.internal
 
org.hibernate.procedure.internal
Defines the internal implementation of the stored procedure SPI.
org.hibernate.query
Everything related to HQL/JPQL, native SQL, and criteria queries.
org.hibernate.query.criteria.internal
 
org.hibernate.query.hql.internal
Implementation of the SPIs for HQL support.
org.hibernate.query.hql.spi
SPIs for HQL support.
org.hibernate.query.internal
 
org.hibernate.query.named
Support for named queries
org.hibernate.query.spi
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
org.hibernate.query.sql.internal
Implementation of the SPIs for native SQL query support.
org.hibernate.query.sql.spi
SPIs for native SQL query support.
org.hibernate.query.sqm
This package defines a semantic model of HQL queries.
org.hibernate.query.sqm.internal
Package for the SQM-backed Query implementation details
org.hibernate.query.sqm.spi
SPI-level SQM contracts