C# (CSharp) Summer.Batch.Core.Repository.Dao Пространство имен

Классы

Имя Описание
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.