Uses of Package
org.hibernate.service
-
Packages that use org.hibernate.service Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.cfgxml.spi An SPI service for processing and handlingcfg.xmlfiles.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.spi The class loading service SPI.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.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.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.cache This package defines the API of the second-level cache service.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.spi Defines the SPI of the configuration service.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.engine.jdbc.cursor.spi Defines contracts for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.dialect.spi Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.org.hibernate.engine.jdbc.env.spi 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.spi An SPI for dealing with parameters of native queries.org.hibernate.engine.transaction.jta.platform.spi An SPI for integrating with container-provided implementations of JTA.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.id This package and its subpackages, especiallyorg.hibernate.id.enhanced, contain the built-in id generators, all of which implement eitherIdentifierGeneratororPostInsertIdentifierGenerator.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.spi Contains an SPI for id generator factories.org.hibernate.integrator.spi An SPI for extensions which integrate with Hibernate via the JavaServiceLoaderfacility.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.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.spi An SPI for integrating custom entity and collection persisters.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.query.criteria.spi SPI for extendingHibernateCriteriaBuilderwith additional functionality by registering aService.org.hibernate.query.sqm This package defines a semantic model of HQL queries.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.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.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.spi Defines an SPI for integrating pluggable services.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.results.jdbc.spi org.hibernate.stat.spi An SPI allowing customized statistics collection.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.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 HibernateTypes. -
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.spi Class Description Service Marker interface for 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.spi Class Description Service Marker interface for 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.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.spi 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.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.spi 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.spi 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.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.spi 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.spi Class Description Service Marker interface for 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.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.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.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.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.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.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.spi Class Description Service Marker interface for 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.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.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.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.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.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.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.spi 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.tool.schema.extract.spi Class Description ServiceRegistry A registry of 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.