grails « Eclipse « JPA Q&A





1. How to use the eclipse Hibernate Tools with grails and MySQL    stackoverflow.com

I've managed to connect from eclipse Hibernate Tools to my MySql Database used with grails, classes mapped by GORM. Now I'd like to perform HQL queries on the DB using the Hibernate ...

2. Using Grails 1.3.7 with EclipseLink 2.2.0 JPA Provider    stackoverflow.com

I try to use Grails 1.3.7 with plugin gorm-jpa 0.7.1 to enable JPA persistence using EclipseLink 2.2.0 as a persistence provider. When running the app and clicking on the controller of a ...