Uses of Interface
org.apache.openjpa.kernel.StoreManager

Packages that use StoreManager
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation 
org.apache.openjpa.datacache OpenJPA Data Cache 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.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 Utilities 
org.apache.openjpa.xmlstore XML Store 
 

Uses of StoreManager in org.apache.openjpa.abstractstore
 

Classes in org.apache.openjpa.abstractstore that implement StoreManager
 class AbstractStoreManager
          Abstract store manager implementation to ease development of custom OpenJPA back-ends.
 

Methods in org.apache.openjpa.abstractstore that return StoreManager
protected  StoreManager AbstractStoreBrokerFactory.newStoreManager()
           
 

Uses of StoreManager in org.apache.openjpa.datacache
 

Classes in org.apache.openjpa.datacache that implement StoreManager
 class DataCacheStoreManager
          StoreManager proxy that delegates to a data cache when possible.
 

Constructors in org.apache.openjpa.datacache with parameters of type StoreManager
DataCacheStoreManager(StoreManager sm)
          Constructor.
 

Uses of StoreManager in org.apache.openjpa.jdbc.kernel
 

Classes in org.apache.openjpa.jdbc.kernel that implement StoreManager
 class JDBCStoreManager
          StoreManager plugin that uses JDBC to store persistent data in a relational data store.
 

Methods in org.apache.openjpa.jdbc.kernel that return StoreManager
protected  StoreManager JDBCBrokerFactory.newStoreManager()
           
 

Methods in org.apache.openjpa.jdbc.kernel with parameters of type StoreManager
 Result FinderQueryImpl.execute(OpenJPAStateManager sm, StoreManager store, FetchConfiguration fetch)
           
 

Uses of StoreManager in org.apache.openjpa.kernel
 

Classes in org.apache.openjpa.kernel that implement StoreManager
 class DelegatingStoreManager
          Base class for store manager decorators that delegate to another store manager for some operations.
(package private)  class ROPStoreManager
          Wraps the native store manager to handle calls using custom PCResultObjectProviders.
 

Methods in org.apache.openjpa.kernel that return StoreManager
 StoreManager DelegatingStoreManager.getDelegate()
          Return the wrapped store manager.
 StoreManager 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 StoreManager
 R FinderQuery.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
DelegatingStoreManager(StoreManager store)
          Constructor.
ROPStoreManager(StoreManager delegate)
           
 

Uses of StoreManager in org.apache.openjpa.slice
 

Subinterfaces of StoreManager in org.apache.openjpa.slice
 interface DistributedStoreManager
           
 

Uses of StoreManager in org.apache.openjpa.slice.jdbc
 

Classes in org.apache.openjpa.slice.jdbc that implement StoreManager
(package private)  class DistributedJDBCStoreManager
          A Store manager for multiple physical databases referred as slice.
 class SliceStoreManager
          A specialized JDBCStoreManager for a slice.
 

Uses of StoreManager in org.apache.openjpa.util
 

Methods in org.apache.openjpa.util with parameters of type StoreManager
static 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 StoreManager
 class XMLStoreManager
          Store manager to a back-end consisting of XML files.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.