Uses of Interface
org.hibernate.service.spi.Stoppable
Packages that use Stoppable
Package
Description
The class loading service SPI.
Defines actual contract used for
strategy selection.
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.
Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.An SPI abstracting over CDI-like bean containers.
-
Uses of Stoppable in org.hibernate.boot.registry.classloading.spi
Subinterfaces of Stoppable in org.hibernate.boot.registry.classloading.spiModifier and TypeInterfaceDescriptioninterface
A service for interacting with class loaders. -
Uses of Stoppable in org.hibernate.boot.registry.selector.spi
Subinterfaces of Stoppable in org.hibernate.boot.registry.selector.spiModifier and TypeInterfaceDescriptioninterface
Service which acts as a registry for named strategy implementations. -
Uses of Stoppable in org.hibernate.cache
Subinterfaces of Stoppable in org.hibernate.cacheModifier and TypeInterfaceDescriptioninterface
Deprecated.Moved, but still need this definition for ehcache -
Uses of Stoppable in org.hibernate.cache.spi
Subinterfaces of Stoppable in org.hibernate.cache.spiModifier and TypeInterfaceDescriptioninterface
Contract for building second-level cache regions, including regions dedicated to storing: entity and collection instances, query result sets, and timestamps used to determine when a cached query result set is stale.Classes in org.hibernate.cache.spi that implement Stoppable -
Uses of Stoppable in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement Stoppable -
Uses of Stoppable in org.hibernate.engine.jdbc.connections.spi
Classes in org.hibernate.engine.jdbc.connections.spi that implement StoppableModifier and TypeClassDescriptionclass
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions. -
Uses of Stoppable in org.hibernate.resource.beans.container.spi
Subinterfaces of Stoppable in org.hibernate.resource.beans.container.spiModifier and TypeInterfaceDescriptioninterface
Abstracts any kind of container for managed beans, for example, the CDIBeanManager
.Classes in org.hibernate.resource.beans.container.spi that implement Stoppable