Uses of Class
org.apache.openjpa.slice.jdbc.DistributedConnection
-
Packages that use DistributedConnection Package Description 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 Modifier and Type Field Description protected DistributedConnection
DistributedTemplate. con
Constructors in org.apache.openjpa.slice.jdbc with parameters of type DistributedConnection Constructor Description DistributedPreparedStatement(DistributedConnection c)
DistributedStatement(DistributedConnection c)
DistributedTemplate(DistributedConnection c)
-