InterviewSolution
Saved Bookmarks
| 1. |
What Are Spring Batch Metadata Schema? |
|
Answer» 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 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 |
|