Uses of Interface
org.hibernate.service.spi.Stoppable
-
Packages that use Stoppable Package Description org.hibernate.boot.registry.classloading.internal org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.cache org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.engine.jdbc.connections.internal org.hibernate.engine.jdbc.connections.spi Defines contracts for accessing JDBC Connectionsorg.hibernate.osgi Main OSGi support classesorg.hibernate.resource.beans.container.spi org.hibernate.testing.boot org.hibernate.testing.cache org.hibernate.testing.jdbc org.hibernate.testing.jta -
-
Uses of Stoppable in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Stoppable Modifier and Type Class Description class
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
-
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.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.spi
Subinterfaces of Stoppable in org.hibernate.cache.spi Modifier and Type Interface Description interface
RegionFactory
Contract for building second level cache regions.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Stoppable Modifier and Type Class Description class
org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
-
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
A concrete implementation of theMultiTenantConnectionProvider
contract bases on a number of reasonable assumptions. -
Uses of Stoppable in org.hibernate.osgi
Classes in org.hibernate.osgi that implement Stoppable Modifier and Type Class Description class
OsgiClassLoader
Custom OSGI ClassLoader helper which knows all the "interesting" class loaders and bundles.class
OSGiClassLoaderServiceImpl
The ClassLoaderService that should be used when running in OSGi; this helps for example to load the Services correctly.class
OsgiServiceUtil
Utilities for dealing with OSGi environments -
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.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.
-