Class DistributedPreparedStatement

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

public class DistributedPreparedStatement extends DistributedTemplate<PreparedStatement> implements PreparedStatement
A virtual PreparedStaement that delegates to a set of actual PreparedStatements.
Author:
Pinaki Poddar