OnetoMany and ManytoMany using Grails and JPA on google app engine
- by adddd
I googled a lot but i find crap documentation about jpa.
I had to implement a domain model like cat and dog inherit from animal, and animal has a one to many and a many to many relation.
How to do that?