Package | Description |
---|---|
org.apache.openjpa.slice.jdbc |
Implements Distributed version of JDBCStoreManager and JDBCStoreQuery.
|
Modifier and Type | Field and Description |
---|---|
protected DistributedConnection |
DistributedTemplate.con |
Modifier and Type | Method and Description |
---|---|
static DistributedConnection |
DistributedConnection.newInstance(List<Connection> conns)
Constructor for the concrete implementation of this abstract class.
|
Modifier and Type | Method and Description |
---|---|
static DistributedTemplate |
DistributedTemplate.newInstance(DistributedConnection conn) |
static DistributedStatement |
DistributedStatement.newInstance(DistributedConnection conn) |
static DistributedPreparedStatement |
DistributedPreparedStatement.newInstance(DistributedConnection conn) |
Constructor and Description |
---|
DistributedPreparedStatement(DistributedConnection c) |
DistributedStatement(DistributedConnection c) |
DistributedTemplate(DistributedConnection c) |
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.