public interface ConfigSettings
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_MANAGER
Allows providing
hibernate-ehcache with a custom Ehcache CacheManager. |
static String |
EHCACHE_CONFIGURATION_CACHE_MANAGER_NAME |
static String |
EHCACHE_CONFIGURATION_RESOURCE_NAME
This is the legacy property name.
|
static String |
MISSING_CACHE_STRATEGY
Define the behavior of the region factory when a cache is missing,
i.e.
|
static String |
PROP_PREFIX |
static final String PROP_PREFIX
static final String CACHE_MANAGER
Allows providing hibernate-ehcache with a custom Ehcache CacheManager.
static final String MISSING_CACHE_STRATEGY
Define the behavior of the region factory when a cache is missing, i.e. when the cache was not created by the cache manager as it started.
See MissingCacheStrategy for the various possible values.
Default value is MissingCacheStrategy.FAIL.
static final String EHCACHE_CONFIGURATION_RESOURCE_NAME
This is the legacy property name. No need to change it to fit under PROP_PREFIX
static final String EHCACHE_CONFIGURATION_CACHE_MANAGER_NAME
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.