Uses of Package
org.openanzo.jdbc.utils.batchable

Packages that use org.openanzo.jdbc.utils.batchable
org.openanzo.common.rdb.sql   
org.openanzo.jdbc.utils.batchable   
org.openanzo.server.repository.rdb.sql   
org.openanzo.server.repository.structures   
org.openanzo.server.repository.update   
 

Classes in org.openanzo.jdbc.utils.batchable used by org.openanzo.common.rdb.sql
Batchable.BatchOperation
          Base of all operations that are to be delayed and batched later.
 

Classes in org.openanzo.jdbc.utils.batchable used by org.openanzo.jdbc.utils.batchable
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.
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.NullBatch
          Simple implementation of Batchable that does nothing except serve as a place holder.
BatchExecuter.BatchHandler
          Methods that get run before and after the executor executes the batchables
BatchOperationQueue
          Queue of Batchable operations to execute.
 

Classes in org.openanzo.jdbc.utils.batchable used by org.openanzo.server.repository.rdb.sql
Batchable.BatchOperation
          Base of all operations that are to be delayed and batched later.
 

Classes in org.openanzo.jdbc.utils.batchable used by org.openanzo.server.repository.structures
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.
Batchable.BatchOperation
          Base of all operations that are to be delayed and batched later.
 

Classes in org.openanzo.jdbc.utils.batchable used by org.openanzo.server.repository.update
BatchOperationQueue
          Queue of Batchable operations to execute.
 



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