站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

CacheFactory (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.cache
Class CacheFactory

java.lang.Object
  extended byorg.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