This is my first time developing with both app engine and JDO and I'm getting confused as I set up my data model. When I'm setting up my User object I have a @Persistent field for the role and my initial thought is to have that field be a Key that references a stored object of type Role. Looking at the examples on Max Ross's blog, however, it seems like he would be more inclined to have that field contain a small object of type Role... (or something implements Role).
Then I see other examples online that use @ForeignKey, but I don't seem to see that showing up in any GAE examples. Is this something that doesn't apply to App Engine? How do you set up basic relationships between objects if not with an @Persistent Key? -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
