file « Test « JPA Q&A





1. How to execute sql-script file using hibernate?    stackoverflow.com

I gonna write several intergration tests which will test interatcion with db. For each test I need to have a certain snapshot of db. Each db snapshot saved in .sql file. What I ...