Uses of Package
org.hibernate.service
-
Packages that use org.hibernate.service Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xml
files.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xml
files.org.hibernate.boot.internal org.hibernate.boot.jaxb.internal org.hibernate.boot.model 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.org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.boot.registry Defines service registry contracts a program may use for configuring Hibernate.org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.boot.registry.selector Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.org.hibernate.boot.registry.selector.internal Internals for building StrategySelectororg.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.bytecode.internal.bytebuddy Byte Buddy support internalsorg.hibernate.bytecode.internal.none org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.cache This package defines the API of the second-level cache service.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.config.internal The built-in implementation of the configuration service.org.hibernate.engine.config.spi Defines the SPI of the configuration service.org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnection
s from a provider implemented as a service.org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.cursor.spi Defines contracts for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.dialect.internal Internal support for Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.mutation.internal org.hibernate.engine.jdbc.mutation.spi org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.jndi.spi The SPI contracts for integration with JNDI.org.hibernate.engine.query.internal org.hibernate.engine.query.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.org.hibernate.envers.boot.internal org.hibernate.envers.boot.spi org.hibernate.envers.internal.entities.mapper org.hibernate.envers.internal.entities.mapper.id org.hibernate.envers.internal.entities.mapper.relation org.hibernate.envers.internal.revisioninfo org.hibernate.envers.internal.tools org.hibernate.event.service.internal Implementation of the event listener registration service.org.hibernate.event.service.spi An SPI for the event listener registration service.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession
.org.hibernate.generator This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.org.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.org.hibernate.id.factory Defines a service for creating id generators.org.hibernate.id.factory.internal Implementation of the SPI for id generator factories.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.integrator.internal Implementation of the SPI for extensions which integrate with Hibernate via theService
mechanism.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoader
facility.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.jpa.event.internal Internal details of implementing support for JPA callbacksorg.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.persister.collection.mutation Defines support for performing mutation operations against collections.org.hibernate.persister.internal Built-in implementation of the SPI for integrating entity and collection persisters.org.hibernate.persister.spi An SPI for integrating custom entity and collection persisters.org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilder
with additional functionality by registering aService
.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 detailsorg.hibernate.query.sqm.mutation.internal org.hibernate.query.sqm.mutation.spi SPI for handling SQM UPDATE and DELETE queriesorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.jpa org.hibernate.resource.beans.container.internal An implementation of the bean container SPI based on CDI.org.hibernate.resource.beans.internal org.hibernate.resource.beans.spi Defines an SPI for integration with CDI-like containers.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.backend.jdbc.internal An implementation ofTransactionCoordinator
based onJdbcResourceTransaction
.org.hibernate.resource.transaction.backend.jta.internal org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.service Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.org.hibernate.service.internal Implementation of the SPI for integrating pluggable services.org.hibernate.service.spi Defines an SPI for integrating pluggable services.org.hibernate.spatial.contributor org.hibernate.spatial.criteria.internal org.hibernate.spatial.dialect.cockroachdb SpatialDialect
s for CockroachDBorg.hibernate.spatial.dialect.h2gis org.hibernate.spatial.dialect.mariadb org.hibernate.spatial.dialect.mysql org.hibernate.spatial.dialect.oracle org.hibernate.spatial.dialect.postgis org.hibernate.spatial.dialect.sqlserver org.hibernate.spatial.integration org.hibernate.sql.ast.internal org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.results.jdbc.internal org.hibernate.sql.results.jdbc.spi org.hibernate.stat.internal The built-in implementation of the statistics collection service.org.hibernate.stat.spi An SPI allowing customized statistics collection.org.hibernate.testing org.hibernate.testing.boot org.hibernate.testing.cache org.hibernate.testing.jdbc org.hibernate.testing.jta org.hibernate.testing.orm.jdbc org.hibernate.testing.orm.junit org.hibernate.testing.schema org.hibernate.testing.transaction org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts.org.hibernate.tool.schema.internal.script Support for reading SQL scripts supplied to the schema tooling.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.type.spi Defines a registry for HibernateType
s.org.hibernate.vibur.internal Implementation of ConnectionProvider using ViburDBCP. -
Classes in org.hibernate.service used by org.hibernate.agroal.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.cfgxml.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.cfgxml.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.jaxb.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.model Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.model.relational Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry.classloading.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry.classloading.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry.selector Class Description JavaServiceLoadable Marker 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 Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.registry.selector.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.bytecode.internal.bytebuddy Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.bytecode.internal.none Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.bytecode.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.c3p0.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cache Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cache.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cache.jcache.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cache.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cache.spi.support Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.cfg Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.dialect Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.engine.config.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.config.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.batch.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.batch.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.connections.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.connections.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.cursor.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.cursor.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.dialect.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.dialect.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.env.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.env.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.mutation.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.mutation.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jdbc.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.jndi.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.query.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.query.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.engine.transaction.jta.platform.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.engine.transaction.jta.platform.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.envers.boot.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.boot.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper.id Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.internal.entities.mapper.relation Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.internal.revisioninfo Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.envers.internal.tools Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.event.service.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.event.service.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.event.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.generator Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.hikaricp.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.id Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.id.enhanced Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.id.factory Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.id.factory.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.id.factory.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.integrator.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.integrator.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.jpa.event.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.loader.ast.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.loader.ast.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.mapping Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.metamodel.model.domain Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.metamodel.model.domain.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.metamodel.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.persister.collection.mutation Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.persister.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.persister.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.property.access.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.property.access.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.proxool.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.query.criteria.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm.mutation.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm.mutation.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.query.sqm.tree.jpa Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.resource.beans.container.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.resource.beans.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.resource.beans.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.resource.jdbc.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.resource.transaction.backend.jdbc.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.resource.transaction.backend.jta.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.resource.transaction.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.service Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.service.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.service.spi Class Description JavaServiceLoadable Marker annotation identifying integration points which Hibernate supports loading as a Java service.Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.contributor Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.criteria.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.cockroachdb Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.h2gis Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.mariadb Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.mysql Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.oracle Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.postgis Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.dialect.sqlserver Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.spatial.integration Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.sql.ast.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.sql.ast.spi Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.sql.results.jdbc.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.sql.results.jdbc.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.stat.internal Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.stat.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.testing.boot Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.testing.cache Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing.jdbc Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing.jta Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing.orm.jdbc Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing.orm.junit Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.testing.schema Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.testing.transaction Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.extract.internal Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.extract.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal.exec Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.internal.script Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.tool.schema.spi Class Description Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.type.spi Class Description ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.vibur.internal Class Description Service Marker interface for services.