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 TypeClassDescriptionclass
Abstract store manager implementation to ease development of custom OpenJPA back-ends.Methods in org.apache.openjpa.abstractstore that return StoreManagerModifier and TypeMethodDescriptionprotected StoreManager
AbstractStoreBrokerFactory.newStoreManager()
-
Uses of StoreManager in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement StoreManagerModifier and TypeClassDescriptionclass
StoreManager 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 TypeClassDescriptionclass
StoreManager 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 TypeClassDescriptionclass
Base 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 StoreManager
AbstractBrokerFactory.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 TypeInterfaceDescriptioninterface
A specializedStore Manager
that 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 TypeClassDescriptionclass
A 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 boolean
ApplicationIds.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 Collection
ImplHelper.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 TypeClassDescriptionclass
Store manager to a back-end consisting of XML files.