OnetoMany and ManytoMany using Grails and JPA on google app engine
Posted
by adddd
on Stack Overflow
See other posts from Stack Overflow
or by adddd
Published on 2010-06-15T09:38:54Z
Indexed on
2010/06/15
9:42 UTC
Read the original article
Hit count: 163
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?
© Stack Overflow or respective owner