Spring / Spring batch Interview questions
What are Spring Batch metadata schema?
The Spring Batch Meta-Data tables are used to persist batch domain objects such as JobInstance, JobExecution, JobParameters, and StepExecution for internally managing the Batch Jobs.
The JobRepository is responsible for saving and storing each Java object into its correct table.
More Related questions...