Spring batch persistence hbm
Hi All,
I am trying to see if i spring batch provides hbm files to create the tables needed to persist batch job infomation so that i can directly configure my session property to read them and create tables for me. I am using hsql db.
Jbpm provides hbm files and hence creating tables is as simple as specifying the hbm path in session factory. Please let me know if i can do the same with spring batch.
If hbms are not provided, then what is the best approach to create those tables at server start up. We are still in development mode and hence are creating all tables at server start up and need a way to get spring batch tables in.
Thanks,
Sushma