-1

I'm new with appengine and JDo only i want an example for implementing owned one to many relationships

Islam
  • 75
  • 1
  • 6

1 Answers1

0

You might want to check the App Engine documentation. It has a section on one-to-many relations

If that explanation is too short or unclear for you, can you please explain where you're stuck?

Peter
  • 870
  • 6
  • 20
  • Actually it is too short and not clear, i only need a general example...for example a user profile entity that has as a field a list of type friend which is another entity contain the friends of that user,when I select the user I can also select the friends of that user only...i think it is general example or if you have better ideas that would be more general you will be welcomed – Islam May 13 '11 at 11:08