dbunit « DAO « JPA Q&A





1. How to make unit tests for DAO classes less brittle in the absence of a static test database?    stackoverflow.com

Here's the scanario: I am working on a DAO object which uses hibernate criteria API to form a number of complicated queries to perform certain tasks on the database (keyword search across ...