Uses of Interface
org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration

Packages that use DistributedJDBCConfiguration
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

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

Classes in org.apache.openjpa.slice.jdbc that implement DistributedJDBCConfiguration
 class DistributedJDBCConfigurationImpl
          Implements a distributed configuration of JDBCStoreManagers.
 

Methods in org.apache.openjpa.slice.jdbc that return DistributedJDBCConfiguration
 DistributedJDBCConfiguration DistributedJDBCBrokerFactory.getConfiguration()
           
 DistributedJDBCConfiguration DistributedStoreManager.getConfiguration()
           
 

Constructors in org.apache.openjpa.slice.jdbc with parameters of type DistributedJDBCConfiguration
DistributedJDBCBrokerFactory(DistributedJDBCConfiguration conf)
           
DistributedStoreManager(DistributedJDBCConfiguration conf)
          Constructs a set of child StoreManagers each connected to a physical DataSource.
 



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