Uses of Class
net.sf.hibernate.cache.QueryKey

Packages that use QueryKey
net.sf.hibernate.cache   
 

Uses of QueryKey in net.sf.hibernate.cache
 

Methods in net.sf.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)