Uses of Class
org.apache.openjpa.slice.jdbc.DistributedConnection

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

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

Fields in org.apache.openjpa.slice.jdbc declared as DistributedConnection
protected  DistributedConnection DistributedTemplate.con
           
 

Fields in org.apache.openjpa.slice.jdbc with type parameters of type DistributedConnection
(package private) static Constructor<DistributedConnection> DistributedConnection.concreteImpl
           
 

Methods in org.apache.openjpa.slice.jdbc that return DistributedConnection
static DistributedConnection DistributedConnection.newInstance(List<Connection> conns)
          Constructor for the concrete implementation of this abstract class.
 

Methods in org.apache.openjpa.slice.jdbc with parameters of type DistributedConnection
static DistributedTemplate DistributedTemplate.newInstance(DistributedConnection conn)
           
static DistributedStatement DistributedStatement.newInstance(DistributedConnection conn)
           
static DistributedPreparedStatement DistributedPreparedStatement.newInstance(DistributedConnection conn)
           
 

Constructors in org.apache.openjpa.slice.jdbc with parameters of type DistributedConnection
DistributedPreparedStatement(DistributedConnection c)
           
DistributedStatement(DistributedConnection c)
           
DistributedTemplate(DistributedConnection c)
           
 



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