Package org.springframework.batch.core.repository.dao

Specific implementations of dao concerns.

See:
          Description

Interface Summary
JobExecutionDao Data Access Object for job executions.
JobInstanceDao Data Access Object for job instances.
StepExecutionDao  
 

Class Summary
AbstractJdbcBatchMetadataDao Encapsulates common functionality needed by JDBC batch metadata DAOs - provides jdbcTemplate for subclasses and handles table prefixes.
JdbcJobExecutionDao Jdbc implementation of JobExecutionDao.
JdbcJobInstanceDao Jdbc implementation of JobInstanceDao.
JdbcStepExecutionDao Jdbc implementation of StepExecutionDao.
Allows customization of the tables names used by Spring Batch for step meta data via a prefix property.
Uses sequences or tables (via Spring's DataFieldMaxValueIncrementer abstraction) to create all primary keys before inserting a new row.
MapJobExecutionDao In-memory implementation of JobExecutionDao.
MapJobInstanceDao In-memory implementation of JobInstanceDao.
MapStepExecutionDao In-memory implementation of StepExecutionDao.
 

Exception Summary
NoSuchObjectException This exception identifies that a batch domain object is invalid, which is generally caused by an invalid ID.
 

Package org.springframework.batch.core.repository.dao Description

Specific implementations of dao concerns.



Copyright © 2009 SpringSource. All Rights Reserved.