Uses of Interface
org.apache.openjpa.slice.jdbc.DistributedJDBCConfiguration
-
Packages that use DistributedJDBCConfiguration Package Description 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 Modifier and Type Class Description class
DistributedJDBCConfigurationImpl
A specialized configuration embodies a set of Slice configurations.Methods in org.apache.openjpa.slice.jdbc that return DistributedJDBCConfiguration Modifier and Type Method Description DistributedJDBCConfiguration
DistributedJDBCBrokerFactory. getConfiguration()
Methods in org.apache.openjpa.slice.jdbc with parameters of type DistributedJDBCConfiguration Modifier and Type Method Description 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 Constructor Description DistributedJDBCBrokerFactory(DistributedJDBCConfiguration conf)
-