public interface HibernateCacheFactory
Modifier and Type | Interface and Description |
---|---|
static class |
HibernateCacheFactory.InstanceHolder
This provides a way to store the
HibernateCacheFactory in a way that
can be looked up via a static method. |
Modifier and Type | Method and Description |
---|---|
net.sf.hibernate.cache.CacheProvider |
getCacheProvider()
Gets a new instance of the configured hibernate cache provider
|
net.sf.hibernate.cache.CacheConcurrencyStrategy |
getReadWriteCacheConcurrencyStrategy()
Gets a new instance of the configured hibernate Read/Write cache strategy
|
net.sf.hibernate.cache.CacheProvider getCacheProvider()
net.sf.hibernate.cache.CacheConcurrencyStrategy getReadWriteCacheConcurrencyStrategy()
Copyright © 2003–2016 Atlassian. All rights reserved.