Uses of Class
org.springframework.batch.core.repository.dao.AbstractJdbcBatchMetadataDao
Packages that use AbstractJdbcBatchMetadataDao
Package
Description
Specific implementations of dao concerns.
-
Uses of AbstractJdbcBatchMetadataDao in org.springframework.batch.core.repository.dao
Modifier and TypeClassDescriptionclassJDBC DAO forExecutionContext.classJDBC implementation ofJobExecutionDao.classJDBC implementation ofJobInstanceDao.classJDBC implementation ofStepExecutionDao.
Allows customization of the tables names used by Spring Batch for step meta data via a prefix property.
Uses sequences or tables (via Spring'sDataFieldMaxValueIncrementerabstraction) to create all primary keys before inserting a new row.