|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use QueryKey | |
| org.hibernate.cache | This package defines APIs and implementations for the second-level cache and query cache. |
| Uses of QueryKey in org.hibernate.cache |
| Methods in org.hibernate.cache with parameters of type QueryKey | |
void |
StandardQueryCache.put(QueryKey key,
Type[] returnTypes,
List result,
SessionImplementor session)
|
List |
StandardQueryCache.get(QueryKey key,
Type[] returnTypes,
Set spaces,
SessionImplementor session)
|
void |
QueryCache.put(QueryKey key,
Type[] returnTypes,
List result,
SessionImplementor session)
|
List |
QueryCache.get(QueryKey key,
Type[] returnTypes,
Set spaces,
SessionImplementor session)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||