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
CacheManager.static final String MISSING_CACHE_STRATEGY
MissingCacheStrategy for the various possible values.
Default value is MissingCacheStrategy.FAIL.static final String EHCACHE_CONFIGURATION_RESOURCE_NAME
PROP_PREFIXstatic final String EHCACHE_CONFIGURATION_CACHE_MANAGER_NAME
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.