Summer.Batch.Core.Explore.Support Namespace Reference

Classes

class  AbstractJobExplorerFactory
 An Summer.Batch.Common.Util.IFactory<T> that automates the creation of a SimpleJobExplorer. Declares abstract methods for providing DAO object implementations. More...
 
class  DbJobExplorerFactory
 An Summer.Batch.Common.Util.IFactory<T> that automates the creation of a SimpleJobExplorer using Database DAO implementations. Requires the user to describe what kind of database they are using. More...
 
class  LocalDataFieldMaxValueIncrementer
 Local IDataFieldMaxValueIncrementer implementation. Since it is not supported here, a NotSupportedException will be thrown by the NextLong method. More...
 
class  MapJobExplorerFactory
 An Summer.Batch.Common.Util.IFactory<T> that automates the creation of a SimpleJobExplorer using in-memory DAO implementations. More...
 
class  SimpleJobExplorer
 Implementation of IJobExplorer using the injected DAOs. More...