org.hibernate.cache
Class CacheFactory
java.lang.Object
org.hibernate.cache.CacheFactory
public final class CacheFactory
- extends Object
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
READ_ONLY
public static final String READ_ONLY
- See Also:
- Constant Field Values
READ_WRITE
public static final String READ_WRITE
- See Also:
- Constant Field Values
NONSTRICT_READ_WRITE
public static final String NONSTRICT_READ_WRITE
- See Also:
- Constant Field Values
TRANSACTIONAL
public static final String TRANSACTIONAL
- See Also:
- Constant Field Values
createCache
public static CacheConcurrencyStrategy createCache(String concurrencyStrategy,
String regionName,
boolean mutable,
Settings settings,
Properties properties)
throws HibernateException
- Throws:
HibernateException