Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.batch.core.repository Classes and Interfaces - 25 results found.
NameDescriptionTypePackageFramework
AbstractJdbcBatchMetadataDaoEncapsulates common functionality needed by JDBC batch metadata DAOs -provides jdbcTemplate for subclasses and handles table prefixes.Classorg.springframework.batch.core.repository.daoSpring Batch
AbstractJobRepositoryFactoryBeanA FactoryBean that automates the creation of aSimpleJobRepository.Classorg.springframework.batch.core.repository.supportSpring Batch
DefaultExecutionContextSerializerAn implementation of the ExecutionContextSerializer using the defaultserialization implementations from Spring (DefaultSerializer andClassorg.springframework.batch.core.repository.daoSpring Batch
ExecutionContextDaoDAO interface for persisting and retrieving ExecutionContexts.Interfaceorg.springframework.batch.core.repository.daoSpring Batch
ExecutionContextSerializerA composite interface that combines both serialization and deserializationof an execution context into a single implementation.Interfaceorg.springframework.batch.core.repositorySpring Batch
JdbcExecutionContextDaoJDBC DAO for ExecutionContext.Classorg.springframework.batch.core.repository.daoSpring Batch
JdbcJobExecutionDaoJDBC implementation of JobExecutionDao.Classorg.springframework.batch.core.repository.daoSpring Batch
JdbcJobInstanceDaoJDBC implementation of JobInstanceDao.Classorg.springframework.batch.core.repository.daoSpring Batch
JdbcStepExecutionDaoJDBC implementation of StepExecutionDao.Classorg.springframework.batch.core.repository.daoSpring Batch
JobExecutionAlreadyRunningExceptionClassorg.springframework.batch.core.repositorySpring Batch
JobExecutionDaoData Access Object for job executions.Interfaceorg.springframework.batch.core.repository.daoSpring Batch
JobInstanceAlreadyCompleteExceptionAn exception indicating an illegal attempt to restart a job that was alreadycompleted successfully.Classorg.springframework.batch.core.repositorySpring Batch
JobInstanceDaoData Access Object for job instances.Interfaceorg.springframework.batch.core.repository.daoSpring Batch
JobRepositoryRepository responsible for persistence of batch meta-data entities.Interfaceorg.springframework.batch.core.repositorySpring Batch
JobRepositoryFactoryBeanA FactoryBean that automates the creation of aSimpleJobRepository using JDBC DAO implementations which persistClassorg.springframework.batch.core.repository.supportSpring Batch
JobRestartExceptionAn exception indicating an illegal attempt to restart a job.Classorg.springframework.batch.core.repositorySpring Batch
MapExecutionContextDaoIn-memory implementation of ExecutionContextDao backed by maps.Classorg.springframework.batch.core.repository.daoSpring Batch
MapJobExecutionDaoIn-memory implementation of JobExecutionDao.Classorg.springframework.batch.core.repository.daoSpring Batch
MapJobInstanceDaoIn-memory implementation of JobInstanceDao.Classorg.springframework.batch.core.repository.daoSpring Batch
MapJobRepositoryFactoryBeanA FactoryBean that automates the creation of aSimpleJobRepository using non-persistent in-memory DAOClassorg.springframework.batch.core.repository.supportSpring Batch
MapStepExecutionDaoIn-memory implementation of StepExecutionDao.Classorg.springframework.batch.core.repository.daoSpring Batch
NoSuchObjectExceptionThis exception identifies that a batch domain object is invalid, whichis generally caused by an invalid ID.Classorg.springframework.batch.core.repository.daoSpring Batch
SimpleJobRepositoryJobExecutions, and StepExecutions using the injected DAOs.Classorg.springframework.batch.core.repository.supportSpring Batch
StepExecutionDaoRetrieve all the StepExecution for the parent JobExecution.Interfaceorg.springframework.batch.core.repository.daoSpring Batch
XStreamExecutionContextStringSerializerClassorg.springframework.batch.core.repository.daoSpring Batch