Uses of Class
org.apache.openjpa.slice.jdbc.DistributedTemplate

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)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.