Package | Description |
---|---|
org.hibernate.cache |
This package defines APIs/SPIs and implementations for the Hibernate second-level cache.
|
Modifier and Type | Method and Description |
---|---|
static QueryKey |
QueryKey.generateQueryKey(java.lang.String queryString,
QueryParameters queryParameters,
java.util.Set filterKeys,
SessionImplementor session,
ResultTransformer customTransformer)
Generates a QueryKey.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
StandardQueryCache.get(QueryKey key,
Type[] returnTypes,
boolean isNaturalKeyLookup,
java.util.Set spaces,
SessionImplementor session) |
java.util.List |
QueryCache.get(QueryKey key,
Type[] returnTypes,
boolean isNaturalKeyLookup,
java.util.Set spaces,
SessionImplementor session) |
boolean |
StandardQueryCache.put(QueryKey key,
Type[] returnTypes,
java.util.List result,
boolean isNaturalKeyLookup,
SessionImplementor session) |
boolean |
QueryCache.put(QueryKey key,
Type[] returnTypes,
java.util.List result,
boolean isNaturalKeyLookup,
SessionImplementor session) |
Copyright © 2013. All Rights Reserved.