Uses of Interface
org.hibernate.cache.spi.CacheImplementor
Packages that use CacheImplementor
Package
Description
Defines the integration aspect of Hibernate's second-level caching, allowing
a "caching backend" to be plugged in as a cache provider.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
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 CacheImplementorModifier and TypeMethodDescriptionTimestampsCacheFactory.buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) Build theTimestampsCache. -
Uses of CacheImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement interfaces with type arguments of type CacheImplementorMethods in org.hibernate.engine.spi that return CacheImplementorModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getCache()SessionFactoryImplementor.getCache()Obtain theCacheImplementor.CacheInitiator.initiateService(SessionFactoryServiceInitiatorContext context) Methods in org.hibernate.engine.spi that return types with arguments of type CacheImplementor -
Uses of CacheImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return CacheImplementor