domi
domi

Reputation: 2257

one to many relation on appengine with Grails/GORM

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:

But I could not find any examples about releastionships within the appengine and JPA.

Upvotes: 0

Views: 416

Answers (2)

Javid Jamae
Javid Jamae

Reputation: 9009

I haven't tried it, but as far as I've read, you have to use JPA annotations. See here: http://blogs.oracle.com/enterprisetechtips/entry/combining_groovy_grails_mysql_and

Upvotes: 0

Tihom
Tihom

Reputation: 3394

Have you tried Gaelyk? Its a pretty good framework for running groovy on google app engine. The following link goes over the datasource with groovy on GAE: http://gaelyk.appspot.com/tutorial/app-engine-shortcuts#datastore

Upvotes: 1

Related Questions