Package org.openanzo.jdbc.utils.batchable

Interface Summary
Batchable Provides a mechanism for holding onto yet-to-be-committed prepared statements calls to a JDBC database (inserts/updates and deletes) with all the parameters set for later batch commits via the BatchExecuter class.
BatchExecuter.BatchHandler Methods that get run before and after the executor executes the batchables
 

Class Summary
Batchable.BatchGroup Groups together a set of batches into one.
Batchable.BatchOperation Base of all operations that are to be delayed and batched later.
Batchable.BatchOperation.ParamKey A reference to a an array of template parameters
Batchable.BatchOperationSet BatchOperationSet combines set of BatchOperations into one Batchable object
Batchable.NullBatch Simple implementation of Batchable that does nothing except serve as a place holder.
BatchExecuter Commits a List of batchable rdb statements (DDL, inserts, updates and deletes) to the database using optimal jdbc prepared statement batching.
BatchOperationQueue Queue of Batchable operations to execute.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.