Uses of Interface
org.hibernate.service.ServiceRegistry

Packages that use ServiceRegistry
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
 
 
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 internals for building service registries.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
 
A range of container-specific implementations of JtaPlatform.
 
 
 
 
 
 
 
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
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.
 
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.
Contains various implementations of PropertyAccessStrategy.
 
An implementation of the bean container SPI based on CDI.
 
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
 
 
 
 
 
 
 
 
 
 
 
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.
An SPI for tooling related to DDL generation, export, migration, and validation.
Defines a registry for Hibernate Types.