Uses of Interface
org.hibernate.service.spi.Stoppable
-
Packages that use Stoppable Package Description org.hibernate.agroal.internal Implementation of ConnectionProvider using Agroal.org.hibernate.boot.registry.classloading.internal The class loading service internals.org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.c3p0.internal Implementation of ConnectionProvider using the c3p0 Connection pool.org.hibernate.cache This package defines the API of the second-level cache service.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.jcache.internal 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.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jdbc.connections.spi Defines SPI contracts for obtaining JDBCConnection
s from a provider implemented as a service.org.hibernate.envers.boot.internal org.hibernate.hikaricp.internal Implementation of ConnectionProvider using HikariCP.org.hibernate.proxool.internal Implementation of ConnectionProvider using the proxool Connection pool.org.hibernate.resource.beans.container.internal An implementation of the bean container SPI based on CDI.org.hibernate.resource.beans.container.spi An SPI abstracting over CDI-like bean containers.org.hibernate.resource.beans.internal org.hibernate.testing.boot org.hibernate.testing.cache org.hibernate.testing.jdbc org.hibernate.testing.jta org.hibernate.testing.orm.jdbc org.hibernate.vibur.internal Implementation of ConnectionProvider using ViburDBCP. -
-
Uses of Stoppable in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement Stoppable Modifier and Type Class Description class
AgroalConnectionProvider
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 Stoppable Modifier and Type Class Description class
ClassLoaderServiceImpl
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.spi Modifier and Type Interface Description interface
ClassLoaderService
A service for interacting with class loaders. -
Uses of Stoppable in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement Stoppable Modifier and Type Class Description class
C3P0ConnectionProvider
A connection provider that uses a C3P0 connection pool. -
Uses of Stoppable in org.hibernate.cache
Subinterfaces of Stoppable in org.hibernate.cache Modifier and Type Interface Description interface
RegionFactory
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 Stoppable Modifier and Type Class Description class
NoCachingRegionFactory
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 Modifier and Type Class Description class
JCacheRegionFactory
-
Uses of Stoppable in org.hibernate.cache.spi
Subinterfaces of Stoppable in org.hibernate.cache.spi Modifier and Type Interface Description interface
RegionFactory
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 Modifier and Type Class Description class
AbstractRegionFactory
-
Uses of Stoppable in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement Stoppable Modifier and Type Class Description class
RegionFactoryTemplate
-
Uses of Stoppable in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement Stoppable Modifier and Type Class Description class
DatasourceConnectionProviderImpl
AConnectionProvider
that manages connections from an underlyingDataSource
.class
DriverManagerConnectionProviderImpl
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 Stoppable Modifier and Type Class Description class
DataSourceBasedMultiTenantConnectionProviderImpl<T>
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 Stoppable Modifier and Type Class Description class
EnversServiceImpl
Provides central access to Envers' configuration. -
Uses of Stoppable in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement Stoppable Modifier and Type Class Description class
HikariCPConnectionProvider
HikariCP Connection provider for Hibernate. -
Uses of Stoppable in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement Stoppable Modifier and Type Class Description class
ProxoolConnectionProvider
A connection provider that uses a Proxool connection pool. -
Uses of Stoppable in org.hibernate.resource.beans.container.internal
Subinterfaces of Stoppable in org.hibernate.resource.beans.container.internal Modifier and Type Interface Description interface
CdiBasedBeanContainer
Classes in org.hibernate.resource.beans.container.internal that implement Stoppable Modifier and Type Class Description class
CdiBeanContainerDelayedAccessImpl
class
CdiBeanContainerExtendedAccessImpl
class
CdiBeanContainerImmediateAccessImpl
-
Uses of Stoppable in org.hibernate.resource.beans.container.spi
Subinterfaces of Stoppable in org.hibernate.resource.beans.container.spi Modifier and Type Interface Description interface
BeanContainer
Represents a backend "bean container" - CDI, Spring, etcClasses in org.hibernate.resource.beans.container.spi that implement Stoppable Modifier and Type Class Description class
AbstractCdiBeanContainer
-
Uses of Stoppable in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal that implement Stoppable Modifier and Type Class Description class
ManagedBeanRegistryImpl
Abstract support (template pattern) forManagedBeanRegistry
implementations -
Uses of Stoppable in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement Stoppable Modifier and Type Class Description class
ClassLoaderServiceTestingImpl
class
ExtraJavaServicesClassLoaderService
-
Uses of Stoppable in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement Stoppable Modifier and Type Class Description class
CachingRegionFactory
-
Uses of Stoppable in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Stoppable Modifier and Type Class Description class
ConnectionProviderDelegate
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties.class
SharedDriverManagerConnectionProviderImpl
A special connection provider that is shared across test runs for better performance.class
SQLServerSnapshotIsolationConnectionProvider
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 Stoppable Modifier and Type Class Description class
JtaAwareConnectionProviderImpl
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 Stoppable Modifier and Type Class Description class
PreparedStatementSpyConnectionProvider
ThisConnectionProvider
extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatement
method calls.class
TimeZoneConnectionProvider
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. -
Uses of Stoppable in org.hibernate.vibur.internal
Classes in org.hibernate.vibur.internal that implement Stoppable Modifier and Type Class Description class
ViburDBCPConnectionProvider
ViburDBCP connection provider for Hibernate integration.
-