Uses of Interface
org.apache.openjpa.datacache.DataCachePCData
Packages that use DataCachePCData
-
Uses of DataCachePCData in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement DataCachePCDataMethods in org.apache.openjpa.datacache that return DataCachePCDataModifier and TypeMethodDescriptionReturn the cached object for the given oid.protected abstract DataCachePCDataAbstractDataCache.getInternal(Object oid) Return the object for the given oid.protected DataCachePCDataConcurrentDataCache.getInternal(Object key) AbstractDataCache.put(DataCachePCData data) DataCache.put(DataCachePCData value) Set the cached value for the given instance.DelegatingDataCache.put(DataCachePCData value) protected abstract DataCachePCDataAbstractDataCache.putInternal(Object oid, DataCachePCData pc) Add the given object to the cache, returning the old object under the given oid.protected DataCachePCDataConcurrentDataCache.putInternal(Object key, DataCachePCData pc) Remove the value stored under the given oid.protected abstract DataCachePCDataAbstractDataCache.removeInternal(Object oid) Remove the object under the given oid from the cache.protected DataCachePCDataConcurrentDataCache.removeInternal(Object key) Methods in org.apache.openjpa.datacache that return types with arguments of type DataCachePCDataModifier and TypeMethodDescriptionReturns the objects for the given key List.Gets objects from the caches for a given list of keys.Methods in org.apache.openjpa.datacache with parameters of type DataCachePCDataModifier and TypeMethodDescriptionAbstractDataCache.put(DataCachePCData data) DataCache.put(DataCachePCData value) Set the cached value for the given instance.DelegatingDataCache.put(DataCachePCData value) protected abstract DataCachePCDataAbstractDataCache.putInternal(Object oid, DataCachePCData pc) Add the given object to the cache, returning the old object under the given oid.protected DataCachePCDataConcurrentDataCache.putInternal(Object key, DataCachePCData pc) voidAbstractDataCache.update(DataCachePCData data) voidDataCache.update(DataCachePCData value) Update the cached value for the given instance.voidDelegatingDataCache.update(DataCachePCData value) Method parameters in org.apache.openjpa.datacache with type arguments of type DataCachePCDataModifier and TypeMethodDescriptionvoidAbstractDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) voidDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) Perform a batch update of the cache.voidDelegatingDataCache.commit(Collection<DataCachePCData> additions, Collection<DataCachePCData> newUpdates, Collection<DataCachePCData> existingUpdates, Collection<Object> deletes) protected voidAbstractDataCache.putAllInternal(Collection<DataCachePCData> pcs) Add all of the given objects to the cache.