| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryCache | |
|---|---|
| org.hibernate.cache.internal | |
| org.hibernate.cache.spi | |
| org.hibernate.engine.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| Uses of QueryCache in org.hibernate.cache.internal | 
|---|
| Classes in org.hibernate.cache.internal that implement QueryCache | |
|---|---|
|  class | StandardQueryCacheThe standard implementation of the Hibernate QueryCache interface. | 
| Methods in org.hibernate.cache.internal that return QueryCache | |
|---|---|
|  QueryCache | StandardQueryCacheFactory.getQueryCache(String regionName,
              UpdateTimestampsCache updateTimestampsCache,
              Settings settings,
              Properties props) | 
| Uses of QueryCache in org.hibernate.cache.spi | 
|---|
| Methods in org.hibernate.cache.spi that return QueryCache | |
|---|---|
|  QueryCache | QueryCacheFactory.getQueryCache(String regionName,
              UpdateTimestampsCache updateTimestampsCache,
              Settings settings,
              Properties props) | 
| Uses of QueryCache in org.hibernate.engine.spi | 
|---|
| Methods in org.hibernate.engine.spi 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 org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return QueryCache | |
|---|---|
|  QueryCache | SessionFactoryImpl.getQueryCache() | 
|  QueryCache | SessionFactoryImpl.getQueryCache(String regionName) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||