spring-batch
spring-batch copied to clipboard
Add option to provide a custom JobKeyGenerator in JdbcJobInstanceDao
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.