In Spring batch (see https://docs.spring.io/spring-batch/3.0.x/reference/html/metaDataSchema.html) there are six tables:
- BATCH_JOB_EXECUTION
- BATCH_JOB_EXECUTION_CONTEXT
- BATCH_JOB_EXECUTION_PARAMS
- BATCH_JOB_INSTANCE
- BATCH_STEP_EXECUTION
- BATCH_STEP_EXECUTION_CONTEXT
Are there no more tables for things like Job Registry, Job Repository, Job Explorer etc?
Thanks