|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryResultCache
Query result cache.
| Method Summary | |
|---|---|
void |
evict(javax.persistence.Query q)
Evict a query result from the cache. |
void |
evictAll()
Clear the cache. |
void |
evictAll(java.lang.Class cls)
Evict all result for queries involving the given class. |
void |
pin(javax.persistence.Query q)
Pin the given query's result to the cache. |
void |
unpin(javax.persistence.Query q)
Unpin a previously-pinned query result. |
| Method Detail |
|---|
void pin(javax.persistence.Query q)
void unpin(javax.persistence.Query q)
void evict(javax.persistence.Query q)
void evictAll()
void evictAll(java.lang.Class cls)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||