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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
SPI-level contracts around "current session" and "current tenant" support.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Internal package containing dialect-specific implementations of JdbcType.
 
An SPI for the event listener registration service.
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.
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).
An SPI supporting custom instantiation of entity instances and embeddable objects.
Defines support for performing mutation operations against collections.
Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.
Defines an SPI for integrating pluggable services.
 
SpatialDialects for CockroachDB
This package contains the H2GIS Dialect extensions for the H2Dialect.
 
This package contains the spatial extensions for the MySQLDialect.
This package contains the spatial extensions for the OracleDialect.
This package contains the spatial extensions for the PostgreSQLDialect.
This package contains the spatial extensions for the SQLServerDialect.
Defines an SPI for schema information extraction from the database via JDBC.
An SPI for tooling related to DDL generation, export, migration, and validation.
Defines a registry for Hibernate Types.