Hi, does anyone know how to handle a "one to many" relationship with Grails/GORM on the google appengine? I do understand how relationships get handled with Gorm, and there is also a good series of articles about it:
- http://blog.springsource.com/2010/06/23/gorm-gotchas-part-1/
- http://blog.springsource.com/2010/07/02/gorm-gotchas-part-2/
- http://blog.springsource.com/2010/07/28/gorm-gotchas-part-3/
But I could not find any examples about releastionships within the appengine and JPA.