1. What's an appropriate DAO structure with jpa2/eclipselink? stackoverflow.comI'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 ... |