C E F G I M O P V 
All Classes All Packages

C

CACHE_MANAGER - Static variable in interface org.hibernate.cache.ehcache.ConfigSettings
Allows providing `hibernate-ehcache` with a custom Ehcache CacheManager.
ConfigSettings - Interface in org.hibernate.cache.ehcache
 
CREATE - org.hibernate.cache.ehcache.MissingCacheStrategy
Create a new cache when a cache is not found, without logging any warning about the missing cache.
CREATE_WARN - org.hibernate.cache.ehcache.MissingCacheStrategy
Create a new cache when a cache is not found (see CREATE) and also log a warning about the missing cache.

E

EHCACHE_CONFIGURATION_CACHE_LOCK_TIMEOUT - Static variable in interface org.hibernate.cache.ehcache.ConfigSettings
 
EHCACHE_CONFIGURATION_CACHE_MANAGER_NAME - Static variable in interface org.hibernate.cache.ehcache.ConfigSettings
 
EHCACHE_CONFIGURATION_RESOURCE_NAME - Static variable in interface org.hibernate.cache.ehcache.ConfigSettings
This is the legacy property name.

F

FAIL - org.hibernate.cache.ehcache.MissingCacheStrategy
Fail with an exception on missing caches.

G

getExternalRepresentation() - Method in enum org.hibernate.cache.ehcache.MissingCacheStrategy
 

I

interpretSetting(Object) - Static method in enum org.hibernate.cache.ehcache.MissingCacheStrategy
 

M

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

O

org.hibernate.cache.ehcache - package org.hibernate.cache.ehcache
 

P

PROP_PREFIX - Static variable in interface org.hibernate.cache.ehcache.ConfigSettings
 

V

valueOf(String) - Static method in enum org.hibernate.cache.ehcache.MissingCacheStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hibernate.cache.ehcache.MissingCacheStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G I M O P V 
All Classes All Packages