All Classes
-
Class Summary Class Description InMemoryBatchConfiguration An alternative toAbstractBatchConfiguration
that sets up Spring Batch with a in-memoryJobRepository
andJobExplorer
without the need for aBatchConfigurer
.InMemoryBatchConfigurer ABatchConfigurer
for use withAbstractBatchConfiguration
that sets up Spring Batch with a in-memoryJobRepository
andJobExplorer
.InMemoryJobExplorer In-memory implementation ofJobExplorer
based onInMemoryJobStorage
.InMemoryJobRepository In-memory implementation ofJobExplorer
based onJobRepository
.InMemoryJobStorage Backing store forInMemoryJobRepository
andInMemoryJobExplorer
.NullDataSource ADataSource
that doesn't perform any database access.