|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |