Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.cache.StandardQueryCache
Constructor Summary | |
|
Method Summary | |
void |
|
void |
|
List |
|
QueryResultsRegion | |
protected boolean |
|
boolean |
|
String |
|
public StandardQueryCache(Settings settings, Properties props, UpdateTimestampsCache updateTimestampsCache, String regionName) throws HibernateException
public List get(QueryKey key, Type[] returnTypes, boolean isNaturalKeyLookup, Set spaces, SessionImplementor session) throws HibernateException
- Specified by:
- get in interface QueryCache
protected boolean isUpToDate(Set spaces, Long timestamp)
public boolean put(QueryKey key, Type[] returnTypes, List result, boolean isNaturalKeyLookup, SessionImplementor session) throws HibernateException
- Specified by:
- put in interface QueryCache
public String toString()