C# (CSharp) Summer.Batch.Core.Repository.Dao Namespace

Classes

Name Description
DbJobExecutionDao Database implementation of IJobExecutionDao. Uses sequences (via IDataFieldMaxValueIncrementer abstraction) to create all primary keys before inserting a new row. Objects are checked to ensure all mandatory fields to be stored are not null. If any are found to be null, an ArgumentException will be thrown.