|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryCache | |
net.sf.hibernate.cache | |
net.sf.hibernate.engine | |
net.sf.hibernate.impl |
Uses of QueryCache in net.sf.hibernate.cache |
Classes in net.sf.hibernate.cache that implement QueryCache | |
class |
StandardQueryCache
The standard implementation of the Hibernate QueryCache interface. |
Methods in net.sf.hibernate.cache that return QueryCache | |
QueryCache |
StandardQueryCacheFactory.getQueryCache(String regionName,
CacheProvider provider,
UpdateTimestampsCache updateTimestampsCache,
Properties props)
|
QueryCache |
QueryCacheFactory.getQueryCache(String regionName,
CacheProvider provider,
UpdateTimestampsCache updateTimestampsCache,
Properties props)
|
Uses of QueryCache in net.sf.hibernate.engine |
Methods in net.sf.hibernate.engine that return QueryCache | |
QueryCache |
SessionFactoryImplementor.getQueryCache()
Get the default query cache |
QueryCache |
SessionFactoryImplementor.getQueryCache(String regionName)
Get a particular named query cache, or the default cache |
Uses of QueryCache in net.sf.hibernate.impl |
Methods in net.sf.hibernate.impl that return QueryCache | |
QueryCache |
SessionFactoryImpl.getQueryCache()
|
QueryCache |
SessionFactoryImpl.getQueryCache(String cacheRegion)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |