Package org.apache.ojb.broker.util.batch

Interface Summary
BatchPreparedStatement The interface which is used to create dynamic proxy which will also implement PreparedStatement and allow to automatically gathers INSERT, UPDATE and DELETE PreparedStatements into batches.
 

Class Summary
BatchConnection The implementation of Connection which automatically gathers INSERT, UPDATE and DELETE PreparedStatements into batches.
PreparedStatementInvocationHandler The implementation of java.reflect.InvocationHandler which is used to create dynamic proxy which will implement PreparedStatement and BatchPreparedStatement.
 



Copyright © 2007-2012 The Kuali Foundation. All Rights Reserved.