Uses of Interface
org.hibernate.cache.spi.CacheImplementor
Packages that use CacheImplementor
Package
Description
Internal implementations and support for second-level caching.
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 internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
-
Uses of CacheImplementor in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement CacheImplementorModifier and TypeClassDescriptionclass
ACacheImplementor
service used when the second-level cache is disabled.class
ACacheImplementor
service used when the second-level cache is enabled.Methods in org.hibernate.cache.internal with parameters of type CacheImplementorModifier and TypeMethodDescriptionStandardTimestampsCacheFactory.buildTimestampsCache
(CacheImplementor cacheManager, TimestampsRegion timestampsRegion) -
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
Methods in org.hibernate.engine.spi that return CacheImplementorModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getCache()
SessionFactoryImplementor.getCache()
CacheInitiator.initiateService
(SessionFactoryServiceInitiatorContext context) Methods in org.hibernate.engine.spi that return types with arguments of type CacheImplementor -
Uses of CacheImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return CacheImplementor -
Uses of CacheImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return CacheImplementor -
Uses of CacheImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return CacheImplementor