Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CACHE_MANAGER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
-
Allows providing `hibernate-jcache` with a custom JCache
CacheManager. - CONFIG_URI - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
-
Designates the URI for a specific JCache
CacheManagerJCacheRegionFactory should ask theCachingProviderfor - ConfigSettings - Interface in org.hibernate.cache.jcache
- 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
CREATE), and also log a warning about the missing cache.
F
- FAIL - Enum constant in enum class org.hibernate.cache.jcache.MissingCacheStrategy
-
Fail with an exception on missing caches.
G
- getExternalRepresentation() - Method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
I
- interpretSetting(Object) - Static method in enum class org.hibernate.cache.jcache.MissingCacheStrategy
J
- JCacheHelper - Class in org.hibernate.cache.jcache
- JCacheHelper() - Constructor for class org.hibernate.cache.jcache.JCacheHelper
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.
P
- 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.
S
- SIMPLE_FACTORY_NAME - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
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.
All Classes and Interfaces|All Packages|Constant Field Values