Uses of Interface
org.hibernate.cache.spi.CacheImplementor
-
Packages that use CacheImplementor Package Description 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.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects. -
-
Uses of CacheImplementor in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type CacheImplementor Modifier and Type Method Description TimestampsCacheTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)Build theTimestampsCache. -
Uses of CacheImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheImplementor Modifier and Type Method Description CacheImplementorSessionFactoryDelegatingImpl. getCache()CacheImplementorSessionFactoryImplementor. getCache()CacheImplementorCacheInitiator. initiateService(SessionFactoryServiceInitiatorContext context)Methods in org.hibernate.engine.spi that return types with arguments of type CacheImplementor Modifier and Type Method Description Class<CacheImplementor>CacheInitiator. getServiceInitiated() -
Uses of CacheImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return CacheImplementor Modifier and Type Method Description CacheImplementorRuntimeModelCreationContext. getCache()
-