public interface QueryCache
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
destroy() |
java.util.List |
get(QueryKey key,
Type[] returnTypes,
boolean isNaturalKeyLookup,
java.util.Set spaces,
SessionImplementor session) |
QueryResultsRegion |
getRegion() |
boolean |
put(QueryKey key,
Type[] returnTypes,
java.util.List result,
boolean isNaturalKeyLookup,
SessionImplementor session) |
void clear() throws CacheException
CacheException
boolean put(QueryKey key, Type[] returnTypes, java.util.List result, boolean isNaturalKeyLookup, SessionImplementor session) throws HibernateException
HibernateException
java.util.List get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, java.util.Set spaces, SessionImplementor session) throws HibernateException
HibernateException
void destroy()
QueryResultsRegion getRegion()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.