org.hibernate.cache
Class CacheFactory

java.lang.Object
  extended by org.hibernate.cache.CacheFactory

public final class CacheFactory
extends Object

Author:
Gavin King

Field Summary
static String NONSTRICT_READ_WRITE
           
static String READ_ONLY
           
static String READ_WRITE
           
static String TRANSACTIONAL
           
 
Method Summary
static CacheConcurrencyStrategy createCache(String concurrencyStrategy, String regionName, boolean mutable, Settings settings, Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

createCache

public static CacheConcurrencyStrategy createCache(String concurrencyStrategy,
                                                   String regionName,
                                                   boolean mutable,
                                                   Settings settings,
                                                   Properties properties)
                                            throws HibernateException
Throws:
HibernateException