Skip to content

Conversation

@quaff
Copy link
Contributor

@quaff quaff commented Dec 5, 2025

JOB_INSTANCE_ID exists in table JOB_EXECUTION, no need to query it from table JOB_INSTANCE.

class JobExecutionRowMapper implements RowMapper<JobExecution> {

private final JobInstance jobInstance;
private final Function<Long, JobInstance> jobInstanceMapper;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure the name Mapper and Converter which one is better.

`JOB_INSTANCE_ID` exists in table `JOB_EXECUTION`, no need to query it from table `JOB_INSTANCE`.

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant