Uses of Class
org.springframework.batch.core.repository.dao.AbstractJdbcBatchMetadataDao

Packages that use AbstractJdbcBatchMetadataDao
org.springframework.batch.core.repository.dao Specific implementations of dao concerns. 
 

Uses of AbstractJdbcBatchMetadataDao in org.springframework.batch.core.repository.dao
 

Subclasses of AbstractJdbcBatchMetadataDao in org.springframework.batch.core.repository.dao
 class JdbcJobExecutionDao
          Jdbc implementation of JobExecutionDao.
 class JdbcJobInstanceDao
          Jdbc implementation of JobInstanceDao.
 class 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.
 



Copyright © 2008 SpringSource. All Rights Reserved.