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
          A specialized configuration embodies a set of Slice configurations.
 

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

Methods in org.apache.openjpa.slice.jdbc with parameters of type DistributedJDBCConfiguration
static JDBCBrokerFactory DistributedJDBCBrokerFactory.getInstance(DistributedJDBCConfiguration conf)
          Factory method for constructing a factory from a configuration.
 

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



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