Uses of Interface
org.hibernate.service.spi.Stoppable
Packages that use Stoppable
Package
Description
Implementation of ConnectionProvider using Agroal.
The class loading service internals.
The class loading service SPI.
Implementation of ConnectionProvider using the c3p0 Connection pool.
This package defines the API of the second-level cache service.
Internal implementations and support for second-level caching.
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.
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Defines SPI contracts for obtaining JDBC
Connection
s from a
provider implemented as a service.Implementation of ConnectionProvider using HikariCP.
An implementation of the bean container SPI based on CDI.
An SPI abstracting over CDI-like bean containers.
-
Uses of Stoppable in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement StoppableModifier and TypeClassDescriptionclass
ConnectionProvider based on Agroal connection pool To use this ConnectionProvider set: -
Uses of Stoppable in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement StoppableModifier and TypeClassDescriptionclass
Standard implementation of the service for interacting with class loaders -
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.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement StoppableModifier and TypeClassDescriptionclass
A connection provider that uses a C3P0 connection pool. -
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.internal
Classes in org.hibernate.cache.internal that implement StoppableModifier and TypeClassDescriptionclass
Factory used if no caching enabled in config... -
Uses of Stoppable in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement Stoppable -
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.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement StoppableModifier and TypeClassDescriptionclass
AConnectionProvider
that manages connections from an underlyingDataSource
.class
A connection provider that uses theDriverManager
directly to open connections and provides a very rudimentary connection pool. -
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.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement StoppableModifier and TypeClassDescriptionclass
Provides central access to Envers' configuration. -
Uses of Stoppable in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement StoppableModifier and TypeClassDescriptionclass
HikariCP Connection provider for Hibernate. -
Uses of Stoppable in org.hibernate.resource.beans.container.internal
Subinterfaces of Stoppable in org.hibernate.resource.beans.container.internalClasses in org.hibernate.resource.beans.container.internal that implement StoppableModifier and TypeClassDescriptionclass
class
class
-
Uses of Stoppable in org.hibernate.resource.beans.container.spi
Subinterfaces of Stoppable in org.hibernate.resource.beans.container.spiModifier and TypeInterfaceDescriptioninterface
Represents a backend "bean container" - CDI, Spring, etcClasses in org.hibernate.resource.beans.container.spi that implement Stoppable -
Uses of Stoppable in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal that implement StoppableModifier and TypeClassDescriptionclass
Abstract support (template pattern) forManagedBeanRegistry
implementations -
Uses of Stoppable in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement StoppableModifier and TypeClassDescriptionclass
class
-
Uses of Stoppable in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement Stoppable -
Uses of Stoppable in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement StoppableModifier and TypeClassDescriptionclass
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties.class
A special connection provider that is shared across test runs for better performance.class
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. -
Uses of Stoppable in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement StoppableModifier and TypeClassDescriptionclass
AConnectionProvider
implementation intended for testing Hibernate/JTA interaction. -
Uses of Stoppable in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement StoppableModifier and TypeClassDescriptionclass
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatement
method calls.class
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets a default TimeZone which is different than the current default one.