Uses of Interface
org.apache.openjpa.kernel.StoreManager
Packages that use StoreManager
Package
Description
OpenJPA Abstract StoreManager Implementation
OpenJPA Data Cache
OpenJPA-JDBC Runtime Kernel
OpenJPA Runtime Kernel
Extended OpenJPA Interfaces for distributed databases.
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
OpenJPA Utilities
XML Store
-
Uses of StoreManager in org.apache.openjpa.abstractstore
Classes in org.apache.openjpa.abstractstore that implement StoreManagerModifier and TypeClassDescriptionclassAbstract store manager implementation to ease development of custom OpenJPA back-ends.Methods in org.apache.openjpa.abstractstore that return StoreManagerModifier and TypeMethodDescriptionprotected StoreManagerAbstractStoreBrokerFactory.newStoreManager() -
Uses of StoreManager in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement StoreManagerModifier and TypeClassDescriptionclassStoreManager proxy that delegates to a data cache when possible.Constructors in org.apache.openjpa.datacache with parameters of type StoreManager -
Uses of StoreManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement StoreManagerModifier and TypeClassDescriptionclassStoreManager plugin that uses JDBC to store persistent data in a relational data store.Methods in org.apache.openjpa.jdbc.kernel that return StoreManagerMethods in org.apache.openjpa.jdbc.kernel with parameters of type StoreManagerModifier and TypeMethodDescriptionFinderQueryImpl.execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch) -
Uses of StoreManager in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement StoreManagerModifier and TypeClassDescriptionclassBase class for store manager decorators that delegate to another store manager for some operations.Methods in org.apache.openjpa.kernel that return StoreManagerModifier and TypeMethodDescriptionDelegatingStoreManager.getDelegate()Return the wrapped store manager.DelegatingStoreManager.getInnermostDelegate()Return the base underlying native store manager.protected abstract StoreManagerAbstractBrokerFactory.newStoreManager()Return a new StoreManager for this runtime.Methods in org.apache.openjpa.kernel with parameters of type StoreManagerModifier and TypeMethodDescriptionFinderQuery.execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch) Execute the query for a given instance.Constructors in org.apache.openjpa.kernel with parameters of type StoreManager -
Uses of StoreManager in org.apache.openjpa.slice
Subinterfaces of StoreManager in org.apache.openjpa.sliceModifier and TypeInterfaceDescriptioninterfaceA specializedStore Managerthat encapsulates multiple concrete Store Managers using Distributed Template (or Composite) Design Pattern. -
Uses of StoreManager in org.apache.openjpa.slice.jdbc
Classes in org.apache.openjpa.slice.jdbc that implement StoreManagerModifier and TypeClassDescriptionclassA specialized JDBCStoreManager for a slice. -
Uses of StoreManager in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type StoreManagerModifier and TypeMethodDescriptionstatic booleanApplicationIds.assign(OpenJPAStateManager sm, StoreManager store, boolean preFlush) Assign an application identity object to the given state, or return false if determining the application identity requires a flush.static CollectionImplHelper.loadAll(Collection sms, StoreManager store, PCState state, int load, FetchConfiguration fetch, Object context) Helper for store manager implementations. -
Uses of StoreManager in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement StoreManagerModifier and TypeClassDescriptionclassStore manager to a back-end consisting of XML files.