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.
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
Connection
s.Defines SPI contracts for obtaining JDBC
Connection
s 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.
SpatialDialect
s for CockroachDBPackage 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
Type
s.-
Classes in org.hibernate.service used by org.hibernate.agroal.internal
-
Classes in org.hibernate.service used by org.hibernate.boot
-
Classes in org.hibernate.service used by org.hibernate.boot.archive.scan.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.boot.cfgxml.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.cfgxml.spi
-
Classes in org.hibernate.service used by org.hibernate.boot.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.jaxb.hbm.transform
-
Classes in org.hibernate.service used by org.hibernate.boot.jaxb.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.modelClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.A registry of services.
-
Classes in org.hibernate.service used by org.hibernate.boot.model.relational
-
Classes in org.hibernate.service used by org.hibernate.boot.model.source.internal.annotations
-
Classes in org.hibernate.service used by org.hibernate.boot.registry
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.classloading.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.classloading.spi
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.selectorClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.selector.internal
-
Classes in org.hibernate.service used by org.hibernate.boot.registry.selector.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.boot.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.A registry of services.
-
Classes in org.hibernate.service used by org.hibernate.bytecode.internal.bytebuddy
-
Classes in org.hibernate.service used by org.hibernate.bytecode.internal.none
-
Classes in org.hibernate.service used by org.hibernate.bytecode.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.c3p0.internal
-
Classes in org.hibernate.service used by org.hibernate.cache
-
Classes in org.hibernate.service used by org.hibernate.cache.internal
-
Classes in org.hibernate.service used by org.hibernate.cache.jcache.internal
-
Classes in org.hibernate.service used by org.hibernate.cache.spi
-
Classes in org.hibernate.service used by org.hibernate.cache.spi.support
-
Classes in org.hibernate.service used by org.hibernate.cfg
-
Classes in org.hibernate.service used by org.hibernate.dialect
-
Classes in org.hibernate.service used by org.hibernate.engine.config.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.config.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.batch.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.batch.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.connections.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.connections.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.cursor.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.cursor.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.dialect.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.dialect.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.env.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.env.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.mutation.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.mutation.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.jndi.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.query.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.query.spi
-
Classes in org.hibernate.service used by org.hibernate.engine.transaction.jta.platform.internal
-
Classes in org.hibernate.service used by org.hibernate.engine.transaction.jta.platform.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.envers.boot.internal
-
Classes in org.hibernate.service used by org.hibernate.envers.boot.spi
-
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper
-
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper.id
-
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper.relation
-
Classes in org.hibernate.service used by org.hibernate.envers.internal.revisioninfo
-
Classes in org.hibernate.service used by org.hibernate.envers.internal.tools
-
Classes in org.hibernate.service used by org.hibernate.event.service.internal
-
Classes in org.hibernate.service used by org.hibernate.event.service.spi
-
Classes in org.hibernate.service used by org.hibernate.event.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.generator
-
Classes in org.hibernate.service used by org.hibernate.hikaricp.internal
-
Classes in org.hibernate.service used by org.hibernate.id
-
Classes in org.hibernate.service used by org.hibernate.id.enhanced
-
Classes in org.hibernate.service used by org.hibernate.integrator.internal
-
Classes in org.hibernate.service used by org.hibernate.integrator.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.
-
Classes in org.hibernate.service used by org.hibernate.internal
-
Classes in org.hibernate.service used by org.hibernate.internal.util.config
-
Classes in org.hibernate.service used by org.hibernate.jpa.event.internal
-
Classes in org.hibernate.service used by org.hibernate.loader.ast.internal
-
Classes in org.hibernate.service used by org.hibernate.loader.ast.spi
-
Classes in org.hibernate.service used by org.hibernate.mapping
-
Classes in org.hibernate.service used by org.hibernate.metamodel.mapping
-
Classes in org.hibernate.service used by org.hibernate.metamodel.model.domain
-
Classes in org.hibernate.service used by org.hibernate.metamodel.model.domain.internal
-
Classes in org.hibernate.service used by org.hibernate.metamodel.spi
-
Classes in org.hibernate.service used by org.hibernate.persister.collection.mutation
-
Classes in org.hibernate.service used by org.hibernate.persister.internal
-
Classes in org.hibernate.service used by org.hibernate.persister.spi
-
Classes in org.hibernate.service used by org.hibernate.property.access.internal
-
Classes in org.hibernate.service used by org.hibernate.property.access.spi
-
Classes in org.hibernate.service used by org.hibernate.query.criteria.spi
-
Classes in org.hibernate.service used by org.hibernate.query.internal
-
Classes in org.hibernate.service used by org.hibernate.query.sqm.mutation.internal
-
Classes in org.hibernate.service used by org.hibernate.query.sqm.mutation.spi
-
Classes in org.hibernate.service used by org.hibernate.resource.beans.container.internal
-
Classes in org.hibernate.service used by org.hibernate.resource.beans.internal
-
Classes in org.hibernate.service used by org.hibernate.resource.beans.spi
-
Classes in org.hibernate.service used by org.hibernate.resource.transaction.backend.jdbc.internal
-
Classes in org.hibernate.service used by org.hibernate.resource.transaction.backend.jta.internal
-
Classes in org.hibernate.service used by org.hibernate.resource.transaction.spi
-
Classes in org.hibernate.service used by org.hibernate.service
-
Classes in org.hibernate.service used by org.hibernate.service.internal
-
Classes in org.hibernate.service used by org.hibernate.service.spiClassDescriptionMarker annotation identifying integration points which Hibernate supports loading as a Java service.Marker interface for services.A registry of services.
-
Classes in org.hibernate.service used by org.hibernate.spatial.contributor
-
Classes in org.hibernate.service used by org.hibernate.spatial.criteria.internal
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.cockroachdb
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.h2gis
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.mariadb
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.mysql
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.oracle
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.postgis
-
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.sqlserver
-
Classes in org.hibernate.service used by org.hibernate.spatial.integration
-
Classes in org.hibernate.service used by org.hibernate.sql.ast.internal
-
Classes in org.hibernate.service used by org.hibernate.sql.ast.spi
-
Classes in org.hibernate.service used by org.hibernate.sql.results.jdbc.internal
-
Classes in org.hibernate.service used by org.hibernate.sql.results.jdbc.spi
-
Classes in org.hibernate.service used by org.hibernate.stat.internal
-
Classes in org.hibernate.service used by org.hibernate.stat.spi
-
Classes in org.hibernate.service used by org.hibernate.testing
-
Classes in org.hibernate.service used by org.hibernate.testing.boot
-
Classes in org.hibernate.service used by org.hibernate.testing.cache
-
Classes in org.hibernate.service used by org.hibernate.testing.jdbc
-
Classes in org.hibernate.service used by org.hibernate.testing.jta
-
Classes in org.hibernate.service used by org.hibernate.testing.orm.jdbc
-
Classes in org.hibernate.service used by org.hibernate.testing.orm.junit
-
Classes in org.hibernate.service used by org.hibernate.testing.schema
-
Classes in org.hibernate.service used by org.hibernate.testing.transaction
-
Classes in org.hibernate.service used by org.hibernate.testing.util.uuid
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.extract.internal
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.extract.spi
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal.exec
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal.script
-
Classes in org.hibernate.service used by org.hibernate.tool.schema.spi
-
Classes in org.hibernate.service used by org.hibernate.type.spi