Uses of Interface
org.apache.openjpa.slice.DistributedStoreManager

Packages that use DistributedStoreManager
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of DistributedStoreManager in org.apache.openjpa.slice
 

Methods in org.apache.openjpa.slice that return DistributedStoreManager
 DistributedStoreManager DistributedBrokerImpl.getDistributedStoreManager()
           
 DistributedStoreManager DistributedBroker.getDistributedStoreManager()
          Gets the distributed store manager used by this receiver.
 

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

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



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