Package org.jboss.as.jpa.hibernate
Class HibernateSecondLevelCache
- java.lang.Object
-
- org.jboss.as.jpa.hibernate.HibernateSecondLevelCache
-
public class HibernateSecondLevelCache extends Object
Second level cache setup.- Author:
- Scott Marlow
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_PRIVATEstatic StringCACHE_TYPEstatic StringCACHESstatic StringCONTAINERstatic StringNAME
-
Constructor Summary
Constructors Constructor Description HibernateSecondLevelCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddSecondLevelCacheDependencies(Properties mutableProperties, String scopedPersistenceUnitName)static Set<String>findCaches(Properties properties)
-
-
-
Field Detail
-
CACHE_TYPE
public static final String CACHE_TYPE
- See Also:
- Constant Field Values
-
CACHE_PRIVATE
public static final String CACHE_PRIVATE
- See Also:
- Constant Field Values
-
CONTAINER
public static final String CONTAINER
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
CACHES
public static final String CACHES
- See Also:
- Constant Field Values
-
-
Method Detail
-
addSecondLevelCacheDependencies
public static void addSecondLevelCacheDependencies(Properties mutableProperties, String scopedPersistenceUnitName)
-
findCaches
public static Set<String> findCaches(Properties properties)
-
-