|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| IBatchStart | Represents a Data Source for a Batch. |
| IDaoBatchStart | Extends IBatchStart to add Bean mapping |
| IdComputer | Interface that defines how to generate keys from datas. |
| IPlugIn | Interface that contains the contract of Plugin classes. |
| IResumableBatchStart | |
| Class Summary | |
|---|---|
| AbstractBatchStart | |
| AbstractDBBatchStart | Base class of IBatchStart. |
| AbstractPlugin | Base class for IPlugIn, implementor should inherit from this class. |
| DaoSqlBatchStart | Class that represents a Data Source for a batch, it returns data based on: An SQL Query or a stored Procedure Parameters (SqlPameter) to set on query An array of classes to which the query result will be mapped It returns an 2 dimension array in method next. |
| DoIdComputer | Computes ID string from a DataObject |
| NoBatchStart | Implementation of IBatchStart that enables triggering a batch without passing any data. |
| SqlBatchStart | Class that represents a Data Source for a batch, it returns data based on: An SQL Query or a stored Procedure Parameters (SqlPameter) to set on query It returns an 2 dimension array in method next. |
This package contains Data sources classes. Sources may be files, Database query...
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||