Class DistributedStatement

java.lang.Object
org.apache.openjpa.slice.jdbc.DistributedTemplate<Statement>
org.apache.openjpa.slice.jdbc.DistributedStatement
All Implemented Interfaces:
AutoCloseable, Iterable<Statement>, Statement, Wrapper

public class DistributedStatement extends DistributedTemplate<Statement>
A virtual Statement that delegates to many actual Statements.
Author:
Pinaki Poddar