C F G I J L M O P S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
CacheManager
JCacheRegionFactory should ask theCachingProvider
for - ConfigSettings - Interface in org.hibernate.cache.jcache
- CREATE - 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 - 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.
F
- FAIL - org.hibernate.cache.jcache.MissingCacheStrategy
-
Fail with an exception on missing caches.
G
- getExternalRepresentation() - Method in enum org.hibernate.cache.jcache.MissingCacheStrategy
I
- interpretSetting(Object) - Static method in enum 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 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 org.hibernate.cache.jcache.MissingCacheStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.hibernate.cache.jcache.MissingCacheStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages