Uses of Interface
org.hibernate.cache.spi.CacheImplementor
-
Packages that use CacheImplementor Package Description org.hibernate.cache.internal Internal implementations and support for second-level caching.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.engine.spi org.hibernate.internal org.hibernate.metamodel.internal -
-
Uses of CacheImplementor in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement CacheImplementor Modifier and Type Class Description class
DisabledCaching
ACacheImplementor
service used when the second-level cache is disabled.class
EnabledCaching
ACacheImplementor
service used when the second-level cache is enabled.Methods in org.hibernate.cache.internal with parameters of type CacheImplementor Modifier and Type Method Description TimestampsCache
StandardTimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
-
Uses of CacheImplementor in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type CacheImplementor Modifier and Type Method Description TimestampsCache
TimestampsCacheFactory. buildTimestampsCache(CacheImplementor cacheManager, TimestampsRegion timestampsRegion)
Build the TimestampsCache -
Uses of CacheImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheImplementor Modifier and Type Method Description CacheImplementor
SessionFactoryDelegatingImpl. getCache()
CacheImplementor
SessionFactoryImplementor. getCache()
CacheImplementor
CacheInitiator. 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.internal
Methods in org.hibernate.internal that return CacheImplementor Modifier and Type Method Description CacheImplementor
SessionFactoryImpl. getCache()
-
Uses of CacheImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal with parameters of type CacheImplementor Modifier and Type Method Description void
InflightRuntimeMetamodel. processBootMetaModel(MetadataImplementor bootMetamodel, CacheImplementor cacheImplementor, PersisterFactory persisterFactory, RuntimeModelCreationContext modelCreationContext)
-