Hello all can anybody please tell me how to implement simple one many relation in java.I have user table and work table .Any user can do many type of works.In user table i have userid but it is not primary key of the user table.Then i have work table which has workid it is also not primary key of the table.Normally in relation db we ca make third table table which contains workid for every userid.What how can we implement this thing appengine datastore.I want to have collection all works in user object .can anybody please tell me how to define this mapping?please note that in userid and workid are not primary keys in both objects or tables. Thanks in adavance.
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
