spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Add option to provide a custom JobKeyGenerator in JdbcJobInstanceDao

Open fmbenhassine opened this issue 4 years ago • 0 comments

The JdbcJobInstanceDao uses a default JobKeyGenerator but provides no way to supply a custom implementation. Even though it is unlikely to implement a custom JobKeyGenerator, there should be a way to provide a custom one.

fmbenhassine avatar Jun 02 '21 13:06 fmbenhassine