类 JdbcJobExecutionDao

  • 所有已实现的接口:
    JobExecutionDao, org.springframework.beans.factory.InitializingBean

    public class JdbcJobExecutionDao
    extends AbstractJdbcBatchMetadataDao
    implements JobExecutionDao, org.springframework.beans.factory.InitializingBean
    JDBC implementation of JobExecutionDao. Uses sequences (via Spring's DataFieldMaxValueIncrementer 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 IllegalArgumentException will be thrown. This could be left to JdbcTemplate, however, the exception will be fairly vague, and fails to highlight which field caused the exception.
    作者:
    Lucas Ward, Dave Syer, Robert Kasanicky, Michael Minella, Mahmoud Ben Hassine, Dimitrios Liapis