org.apache.ojb.broker.util.batch |
|
Java Source File Name | Type | Comment |
BatchConnection.java | Class | The implementation of
java.sql.Connection which
automatically gathers INSERT, UPDATE and DELETE
PreparedStatements into batches. |
BatchPreparedStatement.java | Interface | The interface which is used to create dynamic proxy which will also
implement
java.sql.PreparedStatement and allow to automatically gathers
INSERT, UPDATE and DELETE PreparedStatements into batches. |
PreparedStatementInvocationHandler.java | Class | The implementation of
java.reflect.InvocationHandler which is used
to create dynamic proxy which will implement
java.sql.PreparedStatement and
BatchPreparedStatement . |