Uses of Package
org.hibernate.service
-
Packages that use org.hibernate.service Package Description org.hibernate.boot This package contains the contracts that make up the bootstrap API for Hibernate.org.hibernate.boot.cfgxml.spi org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.relational org.hibernate.boot.registry Defines service registry contracts application are likely to want to utilize for configuring Hibernate behavior.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.boot.registry.selector.spi Defines actual contract used for strategy selection :StrategySelector.org.hibernate.boot.spi 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 Package intended for simplifying the worked 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 SPI Package for the configuration service.org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.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 for supporting various aspects of JDBC interactionorg.hibernate.engine.jndi.spi The SPI contracts for Hibernate JNDI supportorg.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.hibernate.engine.transaction.jta.platform.spi org.hibernate.event.service.spi org.hibernate.event.spi 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 contains the built-in id generators, all of which implementIdentifierGeneratororPostInsertIdentifierGenerator.org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.id.factory org.hibernate.id.factory.spi org.hibernate.integrator.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.persister.spi org.hibernate.property.access.spi Integration contracts related withPropertyAccessStrategyorg.hibernate.query.criteria.spi org.hibernate.query.spi org.hibernate.query.sqm org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.tree.jpa org.hibernate.resource.beans.spi org.hibernate.resource.jdbc.spi 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 org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.stat.spi org.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi org.hibernate.type.spi -
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 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.spi Class Description Service Marker interface for services. -
Classes in org.hibernate.service used by org.hibernate.boot.spi Class Description 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 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 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 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 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 ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.integrator.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.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.spi Class Description ServiceRegistry A registry of 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.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 Service Marker interface for services.ServiceRegistry A registry of services. -
Classes in org.hibernate.service used by org.hibernate.sql.ast.spi Class Description ServiceRegistry A registry of 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.