Uses of Class
org.apache.openjpa.datacache.QueryResult

Packages that use QueryResult
org.apache.openjpa.datacache OpenJPA Data Cache 
 

Uses of QueryResult in org.apache.openjpa.datacache
 

Methods in org.apache.openjpa.datacache that return QueryResult
 QueryResult AbstractQueryCache.get(QueryKey key)
           
 QueryResult QueryCache.get(QueryKey qk)
          Return a list of oids for the given query key.
 QueryResult DelegatingQueryCache.get(QueryKey qk)
           
protected abstract  QueryResult AbstractQueryCache.getInternal(QueryKey qk)
          Return the list for the given key.
protected  QueryResult ConcurrentQueryCache.getInternal(QueryKey qk)
           
 QueryResult AbstractQueryCache.put(QueryKey qk, QueryResult oids)
           
 QueryResult QueryCache.put(QueryKey qk, QueryResult oids)
          Set the list of OIDs for the given query key.
 QueryResult DelegatingQueryCache.put(QueryKey qk, QueryResult oids)
           
protected abstract  QueryResult AbstractQueryCache.putInternal(QueryKey qk, QueryResult oids)
          Add the given result to the cache, returning the old result under the given key.
protected  QueryResult ConcurrentQueryCache.putInternal(QueryKey qk, QueryResult result)
           
 QueryResult AbstractQueryCache.remove(QueryKey key)
           
 QueryResult QueryCache.remove(QueryKey qk)
          Remove the value stored under the given query key.
 QueryResult DelegatingQueryCache.remove(QueryKey qk)
           
protected abstract  QueryResult AbstractQueryCache.removeInternal(QueryKey qk)
          Remove the result under the given key from the cache.
protected  QueryResult ConcurrentQueryCache.removeInternal(QueryKey qk)
           
 

Methods in org.apache.openjpa.datacache with parameters of type QueryResult
 QueryResult AbstractQueryCache.put(QueryKey qk, QueryResult oids)
           
 QueryResult QueryCache.put(QueryKey qk, QueryResult oids)
          Set the list of OIDs for the given query key.
 QueryResult DelegatingQueryCache.put(QueryKey qk, QueryResult oids)
           
protected abstract  QueryResult AbstractQueryCache.putInternal(QueryKey qk, QueryResult oids)
          Add the given result to the cache, returning the old result under the given key.
protected  QueryResult ConcurrentQueryCache.putInternal(QueryKey qk, QueryResult result)
           
 

Constructors in org.apache.openjpa.datacache with parameters of type QueryResult
QueryCacheStoreQuery.CachedList(QueryResult res, boolean proj, StoreContext ctx)
           
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.