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 classorg.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 interfaceClassLoaderServiceA 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 interfaceRegionFactoryDeprecated.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 interfaceRegionFactoryContract for building second level cache regions.Classes in org.hibernate.cache.spi that implement Stoppable Modifier and Type Class Description classAbstractRegionFactory -
Uses of Stoppable in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement Stoppable Modifier and Type Class Description classRegionFactoryTemplate -
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 classorg.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 classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract 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 classOsgiClassLoaderCustom OSGI ClassLoader helper which knows all the "interesting" class loaders and bundles.classOSGiClassLoaderServiceImplThe ClassLoaderService that should be used when running in OSGi; this helps for example to load the Services correctly.classOsgiServiceUtilUtilities 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 interfaceBeanContainerRepresents a backend "bean container" - CDI, Spring, etcClasses in org.hibernate.resource.beans.container.spi that implement Stoppable Modifier and Type Class Description classAbstractCdiBeanContainer -
Uses of Stoppable in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement Stoppable Modifier and Type Class Description classClassLoaderServiceTestingImplclassExtraJavaServicesClassLoaderService -
Uses of Stoppable in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement Stoppable Modifier and Type Class Description classCachingRegionFactory -
Uses of Stoppable in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Stoppable Modifier and Type Class Description classConnectionProviderDelegateThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties.classSharedDriverManagerConnectionProviderImplA special connection provider that is shared across test runs for better performance.classSQLServerSnapshotIsolationConnectionProviderThisConnectionProviderextends 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 classJtaAwareConnectionProviderImplAConnectionProviderimplementation intended for testing Hibernate/JTA interaction.
-