plugin « DAO « JPA Q&A





1. Create web-service from DAO classes (generated with DBimporter and Hibernate Objects plugins in Eclipse)    stackoverflow.com


I´m using Eclipse IDE and plugins DBimporter and Hibernate Objects I imported a database, created a model with classes from the tables and then DAO classes (CRUD methods) from those classes, it ...

2. Generic Hibernate DAO as Eclipse Plugin    forum.hibernate.org

Hello there, I have a classloading problem using hibernate in an Eclipse plugin: I developed a more or less generic hibernate based DAO, which is working fine. Now I want to provide it's functionality in an Eclipse RCP application within an own plugin called "persistence-plugin". I want to enable other plugins to use it's functionality with their own entity classes not ...