Uses of Class
org.apache.openjpa.slice.jdbc.DistributedTemplate
-
Packages that use DistributedTemplate Package Description 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 Modifier and Type Class Description class
DistributedPreparedStatement
A virtual PreparedStaement that delegates to a set of actual PreparedStatements.class
DistributedStatement
A virtual Statement that delegates to many actual Statements.
-