library « DAO « JPA Q&A





1. Looking for a generic library for interacting with a JPA model    stackoverflow.com

I'm building an application using a JPA object model, and creating several Data Access Objects to interact with that model. I'm finding that I'm repeating a lot of code (essentially CRUD) ...