Summer.Batch.Infrastructure.Item.Database Namespace Reference

Classes

class  DatabaseBatchItemWriter
 Implementation of T:IItemWriter that writes items in a database using a T:IQueryParameterSourceProvider to retrieve the parameter values for each update/insert. More...
 
class  DataReaderItemReader
 Implementation of T:IItemReader that reads items from a database using a DbDataReader. It creates its own connection as it will be busy until the reader is closed. More...
 
class  EmptyUpdateException
 Exception thrown when an insert or an update query is expected to affect at least one record but no records were affected. More...