|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DistributedTemplate | |
---|---|
org.apache.openjpa.slice.jdbc | Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. |
Uses of DistributedTemplate in org.apache.openjpa.slice.jdbc |
---|
Subclasses of DistributedTemplate in org.apache.openjpa.slice.jdbc | |
---|---|
class |
DistributedPreparedStatement
A virtual PreparedStaement that delegates to a set of actual PreparedStatements. |
class |
DistributedStatement
A virtual Statement that delegates to many actual Statements. |
Fields in org.apache.openjpa.slice.jdbc with type parameters of type DistributedTemplate | |
---|---|
(package private) static Constructor<DistributedTemplate> |
DistributedTemplate.concreteImpl
|
Methods in org.apache.openjpa.slice.jdbc that return DistributedTemplate | |
---|---|
static DistributedTemplate |
DistributedTemplate.newInstance(DistributedConnection conn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |