Uses of Interface
org.hibernate.service.Service

Packages that use Service
Package
Description
SPI for scanning archives to discover managed classes and named resources.
An SPI service for processing and handling cfg.xml files.
Defines service registry contracts a program may use for configuring Hibernate.
The class loading service SPI.
Defines actual contract used for strategy selection.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Package defining bytecode code enhancement (instrumentation) support.
This package defines the API of the second-level cache service.
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 abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
Defines the SPI of the configuration service.
Defines contracts for JDBC batching support.
Defines SPI contracts for obtaining JDBC Connections from a provider implemented as a service.
Defines contracts for JDBC REF_CURSOR support.
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
 
 
SPI contracts supporting various aspects of JDBC interaction.
The SPI contracts for integration with JNDI.
An SPI for dealing with parameters of native queries.
An SPI for integrating with container-provided implementations of JTA.
An SPI for the event listener registration service.
Defines the event types and event listener interfaces for events produced by the stateful Session.
An SPI for extensions which integrate with Hibernate via the Java ServiceLoader facility.
 
An SPI for integrating custom entity and collection persisters.
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
Defines an SPI for integration with CDI-like containers.
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.
Defines an SPI for integrating pluggable services.
This package contains the integration classes to hook into Hibernate ORM.
Package defining support for creating and consuming a SQL AST.
 
An SPI allowing customized statistics collection.
An SPI for tooling related to DDL generation, export, migration, and validation.