Uses of Interface
org.apache.openjpa.kernel.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
Modifier and TypeClassDescriptionclass
Abstract store manager implementation to ease development of custom OpenJPA back-ends.Modifier and TypeMethodDescriptionprotected StoreManager
AbstractStoreBrokerFactory.newStoreManager()
-
Uses of StoreManager in org.apache.openjpa.datacache
Modifier and TypeClassDescriptionclass
StoreManager proxy that delegates to a data cache when possible. -
Uses of StoreManager in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
StoreManager plugin that uses JDBC to store persistent data in a relational data store.Modifier and TypeMethodDescriptionFinderQueryImpl.execute
(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch) -
Uses of StoreManager in org.apache.openjpa.kernel
Modifier and TypeClassDescriptionclass
Base class for store manager decorators that delegate to another store manager for some operations.Modifier 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.Modifier and TypeMethodDescriptionFinderQuery.execute
(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch) Execute the query for a given instance. -
Uses of StoreManager in org.apache.openjpa.slice
Modifier 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
Modifier and TypeClassDescriptionclass
A specialized JDBCStoreManager for a slice. -
Uses of StoreManager in org.apache.openjpa.util
Modifier 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
Modifier and TypeClassDescriptionclass
Store manager to a back-end consisting of XML files.