Uses of Interface
org.apache.openjpa.kernel.StoreManager
-
Packages that use StoreManager Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases.org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.org.apache.openjpa.util OpenJPA Utilitiesorg.apache.openjpa.xmlstore XML Store -
-
Uses of StoreManager in org.apache.openjpa.abstractstore
Classes in org.apache.openjpa.abstractstore that implement StoreManager Modifier and Type Class Description classAbstractStoreManagerAbstract store manager implementation to ease development of custom OpenJPA back-ends.Methods in org.apache.openjpa.abstractstore that return StoreManager Modifier and Type Method Description protected StoreManagerAbstractStoreBrokerFactory. newStoreManager() -
Uses of StoreManager in org.apache.openjpa.datacache
Classes in org.apache.openjpa.datacache that implement StoreManager Modifier and Type Class Description classDataCacheStoreManagerStoreManager proxy that delegates to a data cache when possible.Constructors in org.apache.openjpa.datacache with parameters of type StoreManager Constructor Description DataCacheStoreManager(StoreManager sm)Constructor. -
Uses of StoreManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement StoreManager Modifier and Type Class Description classJDBCStoreManagerStoreManager plugin that uses JDBC to store persistent data in a relational data store.Methods in org.apache.openjpa.jdbc.kernel that return StoreManager Modifier and Type Method Description protected StoreManagerJDBCBrokerFactory. newStoreManager()Methods in org.apache.openjpa.jdbc.kernel with parameters of type StoreManager Modifier and Type Method Description ResultFinderQueryImpl. execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch) -
Uses of StoreManager in org.apache.openjpa.kernel
Classes in org.apache.openjpa.kernel that implement StoreManager Modifier and Type Class Description classDelegatingStoreManagerBase class for store manager decorators that delegate to another store manager for some operations.Methods in org.apache.openjpa.kernel that return StoreManager Modifier and Type Method Description StoreManagerDelegatingStoreManager. getDelegate()Return the wrapped store manager.StoreManagerDelegatingStoreManager. 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 StoreManager Modifier and Type Method Description RFinderQuery. 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 Constructor Description DelegatingStoreManager(StoreManager store)Constructor. -
Uses of StoreManager in org.apache.openjpa.slice
Subinterfaces of StoreManager in org.apache.openjpa.slice Modifier and Type Interface Description interfaceDistributedStoreManagerA 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 StoreManager Modifier and Type Class Description classSliceStoreManagerA specialized JDBCStoreManager for a slice. -
Uses of StoreManager in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type StoreManager Modifier and Type Method Description static 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 java.util.CollectionImplHelper. loadAll(java.util.Collection sms, StoreManager store, PCState state, int load, FetchConfiguration fetch, java.lang.Object context)Helper for store manager implementations. -
Uses of StoreManager in org.apache.openjpa.xmlstore
Classes in org.apache.openjpa.xmlstore that implement StoreManager Modifier and Type Class Description classXMLStoreManagerStore manager to a back-end consisting of XML files.
-