1. JUnit Testdata Dbunit hbm2ddl forum.hibernate.orgI am optimizing our junit infrastructure. For dedicted database J-Unit Tests we prepare the database with a clean new set of testdata. Currently we do this by using DbUnit. This works fine basically. disadvantages of this approach are: What we do not like is working with the database names directly, as Dbunit does. the names of the columns or tables is ... |