Index

B C D E F G I J L M O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

buildDomainDataRegion(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

C

CACHE_MANAGER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Allows providing `hibernate-jcache` with a custom JCache CacheManager.
cacheExists(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
clearCache(SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
CONFIG_URI - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Designates the URI for a specific JCache CacheManager JCacheRegionFactory should ask the CachingProvider for
ConfigSettings - Interface in org.hibernate.cache.jcache
 
contains(Object) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
CREATE - Enum constant in enum class org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found, without logging any warning about the missing cache.
CREATE_WARN - Enum constant in enum class org.hibernate.cache.jcache.MissingCacheStrategy
Create a new cache when a cache is not found (see MissingCacheStrategy.CREATE), and also log a warning about the missing cache.
createCache(String) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createDomainDataStorageAccess(DomainDataRegionConfig, DomainDataRegionBuildingContext) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

D

defaultRegionName(String, SessionFactoryImplementor, String, List<String>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

E

evictData() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
evictData(Object) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 

F

FAIL - Enum constant in enum class org.hibernate.cache.jcache.MissingCacheStrategy
Fail with an exception on missing caches.

G

generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
getCacheManager() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getCachingProvider(Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getClassLoader(CachingProvider) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getExternalRepresentation() - Method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
 
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getOrCreateCache(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getStrategyRegistrations() - Method in class org.hibernate.cache.jcache.internal.StrategyRegistrationProviderImpl
 
getUnderlyingCache() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
getUri(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

I

interpretSetting(Object) - Static method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
 
isStarted() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

J

JCacheAccessImpl - Class in org.hibernate.cache.jcache.internal
StorageAccess implementation wrapping a JCache Cache reference.
JCacheAccessImpl(Cache) - Constructor for class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
JCacheDomainDataRegionImpl - Class in org.hibernate.cache.jcache.internal
 
JCacheDomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
JCacheHelper - Class in org.hibernate.cache.jcache
 
JCacheHelper() - Constructor for class org.hibernate.cache.jcache.JCacheHelper
 
JCacheRegionFactory - Class in org.hibernate.cache.jcache.internal
 
JCacheRegionFactory() - Constructor for class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
JCacheRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

L

locateStandardCacheManager() - Static method in class org.hibernate.cache.jcache.JCacheHelper
 

M

MISSING_CACHE_STRATEGY - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Define the behavior of the region factory when a cache is missing, i.e.
MissingCacheStrategy - Enum Class in org.hibernate.cache.jcache
 

O

org.hibernate.cache.jcache - package org.hibernate.cache.jcache
Hibernate caching provider for JSR-107 compliant caches.
org.hibernate.cache.jcache.internal - package org.hibernate.cache.jcache.internal
 

P

prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
PROP_PREFIX - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
 
PROVIDER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Allows providing `hibernate-jcache` with a custom JCache CachingProvider.
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 

R

release() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
releaseFromUse() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
removeFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
resolveCacheManager(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 

S

SIMPLE_FACTORY_NAME - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
 
StrategyRegistrationProviderImpl - Class in org.hibernate.cache.jcache.internal
Makes the JCache RegionFactory available to the Hibernate StrategySelector service under a number of keys.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.cache.jcache.internal.StrategyRegistrationProviderImpl
 

V

valueOf(String) - Static method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
B C D E F G I J L M O P R S V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form