Uses of Interface
org.hibernate.service.spi.Stoppable
-
Packages that use Stoppable Package Description org.hibernate.boot.registry.classloading.spi The class loading service SPI.org.hibernate.cache This package defines the API of the second-level cache service.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.spi Defines SPI contracts for obtaining JDBCConnections from a provider implemented as a service.org.hibernate.resource.beans.container.spi 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.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, 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 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.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.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
-