Uses of Package
org.hibernate.service

Packages that use org.hibernate.service
Package
Description
Implementation of ConnectionProvider using Agroal.
This package contains the interfaces that make up the bootstrap API for Hibernate.
SPI for scanning archives to discover managed classes and named resources.
Implementation of the service for processing and handling cfg.xml files.
An SPI service for processing and handling cfg.xml files.
 
 
 
This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.
Some SPIs related to DDL generation and schema management.
 
Defines service registry contracts a program may use for configuring Hibernate.
The class loading service internals.
The class loading service SPI.
The internals for building service registries.
Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.
Internals for building StrategySelector
Defines actual contract used for strategy selection.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Byte Buddy support internals
 
Package defining bytecode code enhancement (instrumentation) support.
Implementation of ConnectionProvider using the c3p0 Connection pool.
This package defines the API of the second-level cache service.
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.
This package provides a framework intended to reduce the work needed to implement a caching provider.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
The built-in implementation of the configuration service.
Defines the SPI of the configuration service.
Internals for JDBC batching support.
Defines contracts for JDBC batching support.
Various implementations of the SPI contracts for obtaining JDBC Connections.
Defines SPI contracts for obtaining JDBC Connections from a provider implemented as a service.
Internals for JDBC REF_CURSOR support.
Defines contracts for JDBC REF_CURSOR support.
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
 
 
Internals for supporting various aspects of JDBC interaction
 
 
SPI contracts supporting various aspects of JDBC interaction.
The SPI contracts for integration with JNDI.
 
An SPI for dealing with parameters of native queries.
A range of container-specific implementations of JtaPlatform.
An SPI for integrating with container-provided implementations of JTA.
 
 
 
 
 
 
 
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.
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
Implementation of ConnectionProvider using HikariCP.
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
Implementation of the SPI for extensions which integrate with Hibernate via the Service mechanism.
An SPI for extensions which integrate with Hibernate via the Java ServiceLoader facility.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
 
Internal details of implementing support for JPA callbacks
 
 
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of entity instances and embeddable objects.
Defines support for performing mutation operations against collections.
Built-in implementation of the SPI for integrating entity and collection persisters.
An SPI for integrating custom entity and collection persisters.
Contains various implementations of PropertyAccessStrategy.
An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.
SPI for extending HibernateCriteriaBuilder with additional functionality by registering a Service.
 
 
SPI for handling SQM UPDATE and DELETE queries
An implementation of the bean container SPI based on CDI.
 
Defines an SPI for integration with CDI-like containers.
An implementation of TransactionCoordinator based on JdbcResourceTransaction.
Implementations of TransactionCoordinator based on JTA.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.
Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
 
 
SpatialDialects for CockroachDB
 
 
 
 
 
 
 
 
Package defining support for creating and consuming a SQL AST.
 
 
The built-in implementation of the statistics collection service.
An SPI allowing customized statistics collection.
 
 
 
 
 
 
 
 
 
 
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
Support for reading SQL scripts supplied to the schema tooling.
An SPI for tooling related to DDL generation, export, migration, and validation.
Defines a registry for Hibernate Types.