public interface ConfigSettings
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_MANAGER
Allows providing
hibernate-jcache with a custom JCache CacheManager. |
static String |
CONFIG_URI
Designates the URI for a specific JCache
CacheManager JCacheRegionFactory
should ask the CachingProvider for |
static String |
PROP_PREFIX |
static String |
PROVIDER
Allows providing
hibernate-jcache with a custom JCache CachingProvider. |
static String |
SIMPLE_FACTORY_NAME |
static final String SIMPLE_FACTORY_NAME
static final String PROP_PREFIX
static final String CACHE_MANAGER
Allows providing hibernate-jcache with a custom JCache CacheManager.
static final String PROVIDER
Allows providing hibernate-jcache with a custom JCache CachingProvider.
static final String CONFIG_URI
Designates the URI for a specific JCache CacheManager JCacheRegionFactory
should ask the CachingProvider for
CachingProvider.getCacheManager(URI, ClassLoader),
Constant Field ValuesCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.