eclipselink « DAO « JPA Q&A





1. What's an appropriate DAO structure with jpa2/eclipselink?    stackoverflow.com

I've JPA entities and need to perform logic with them. Until now a huge static database class did the job. It's ugly because every public interface method had an private equivalent ...