public class HibernateSecondLevelCache extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_PRIVATE |
static String |
CACHE_TYPE |
static String |
CACHES |
static String |
CONTAINER |
static String |
NAME |
Constructor and Description |
---|
HibernateSecondLevelCache() |
Modifier and Type | Method and Description |
---|---|
static void |
addSecondLevelCacheDependencies(Properties mutableProperties,
String scopedPersistenceUnitName) |
static Set<String> |
findCaches(Properties properties) |
public static final String CACHE_TYPE
public static final String CACHE_PRIVATE
public static final String CONTAINER
public static final String NAME
public static final String CACHES
public static void addSecondLevelCacheDependencies(Properties mutableProperties, String scopedPersistenceUnitName)
public static Set<String> findCaches(Properties properties)
Copyright © 2020 JBoss by Red Hat. All rights reserved.