DZone

All test examples are persistence layer agnostic — it means that the persistence layer can be implemented only using JDBC specification (without JPA specification).


This is the second article about Persistence Layer implementation and testing. The first article can be found here.

Source: DZone