Uses of Interface
org.apache.openjpa.datacache.DataCachePCData

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

Uses of DataCachePCData in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement DataCachePCData
 class DataCachePCDataImpl
          Specialized PCData implementation for data caching.
 

Methods in org.apache.openjpa.datacache that return DataCachePCData
 DataCachePCData DataCache.get(Object oid)
          Return the cached object for the given oid.
 DataCachePCData DelegatingDataCache.get(Object oid)
           
 DataCachePCData AbstractDataCache.get(Object key)
           
protected abstract  DataCachePCData AbstractDataCache.getInternal(Object oid)
          Return the object for the given oid.
protected  DataCachePCData ConcurrentDataCache.getInternal(Object key)
           
 DataCachePCData DataCache.put(DataCachePCData value)
          Set the cached value for the given instance.
 DataCachePCData DelegatingDataCache.put(DataCachePCData value)
           
 DataCachePCData AbstractDataCache.put(DataCachePCData data)
           
protected abstract  DataCachePCData AbstractDataCache.putInternal(Object oid, DataCachePCData pc)
          Add the given object to the cache, returning the old object under the given oid.
protected  DataCachePCData ConcurrentDataCache.putInternal(Object key, DataCachePCData pc)
           
 DataCachePCData DataCache.remove(Object oid)
          Remove the value stored under the given oid.
 DataCachePCData DelegatingDataCache.remove(Object oid)
           
 DataCachePCData AbstractDataCache.remove(Object key)
           
protected abstract  DataCachePCData AbstractDataCache.removeInternal(Object oid)
          Remove the object under the given oid from the cache.
protected  DataCachePCData ConcurrentDataCache.removeInternal(Object key)
           
 

Methods in org.apache.openjpa.datacache that return types with arguments of type DataCachePCData
 Map<Object,DataCachePCData> DataCache.getAll(List<Object> keys)
          Gets objects from the caches for a given list of keys.
 Map<Object,DataCachePCData> DelegatingDataCache.getAll(List<Object> keys)
           
 Map<Object,DataCachePCData> AbstractDataCache.getAll(List<Object> keys)
          Returns the objects for the given key List.
 

Methods in org.apache.openjpa.datacache with parameters of type DataCachePCData
 DataCachePCData DataCache.put(DataCachePCData value)
          Set the cached value for the given instance.
 DataCachePCData DelegatingDataCache.put(DataCachePCData value)
           
 DataCachePCData AbstractDataCache.put(DataCachePCData data)
           
protected abstract  DataCachePCData AbstractDataCache.putInternal(Object oid, DataCachePCData pc)
          Add the given object to the cache, returning the old object under the given oid.
protected  DataCachePCData ConcurrentDataCache.putInternal(Object key, DataCachePCData pc)
           
 void DataCache.update(DataCachePCData value)
          Update the cached value for the given instance.
 void DelegatingDataCache.update(DataCachePCData value)
           
 void AbstractDataCache.update(DataCachePCData data)
           
 

Method parameters in org.apache.openjpa.datacache with type arguments of type DataCachePCData
 void DataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
          Perform a batch update of the cache.
 void DataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
          Perform a batch update of the cache.
 void DataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
          Perform a batch update of the cache.
 void DelegatingDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
 void DelegatingDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
 void DelegatingDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
 void AbstractDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
 void AbstractDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
 void AbstractDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes)
           
protected  void AbstractDataCache.putAllInternal(Collection<DataCachePCData> pcs)
          Add all of the given objects to the cache.
 



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