当前页面:
在线文档首页 >
Hibernate 2.1.8 正式版 API 英文文档
CacheFactory (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档
net.sf.hibernate.cache
Class CacheFactory
java.lang.Object
net.sf.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(org.dom4j.Element node,
String name,
boolean mutable)
throws MappingException
- Throws:
MappingException