Is there a way to insert / update BLOB using NamesParameterJdbcTemplate.
The examples only shows how to using with SimpleJdbcTemplate...
Type: Posts; User: husbas; Keyword(s):
Is there a way to insert / update BLOB using NamesParameterJdbcTemplate.
The examples only shows how to using with SimpleJdbcTemplate...
I tried using jobExecutionContext to put some data in so that I can use it in between step execution.
chunkContext.getStepContext().getJobExecutionContext().put(file.getFilename(), file);
But I...
Hi,
I am new to spring as a whole, specifically for the spring web framework.
I have a requirement to run my jobs in a web container, and to complicate the matter, I need to develop it such that...
I had the same problem and I ended up adding all my properties in the batch-{databasetype}.properties which is not an ideal solution, but works...