Uses of Class
org.hibernate.cache.QueryKey

Packages that use QueryKey
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
 

Uses of QueryKey in org.hibernate.cache
 

Methods in org.hibernate.cache with parameters of type QueryKey
 java.util.List QueryCache.get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set spaces, SessionImplementor session)
           
 java.util.List StandardQueryCache.get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set spaces, SessionImplementor session)
           
 boolean QueryCache.put(QueryKey key, Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, SessionImplementor session)
           
 boolean StandardQueryCache.put(QueryKey key, Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, SessionImplementor session)
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.