Hi, The one issue I’m struggling with is how to get the ‘join’ functionality offered by Relational Databases. If I have a ‘Position’ entity and an ‘Applicant’ entity, how can I query a list of all ‘positions’ an applicant has applied to, and get the ‘Applicant’ name back in the result of that one query, rather than just the applicant ID?
This is the problem that ‘join’ solves in and RDBMS. Can you please suggest how I can do this using Objectify or JDO in the google datastore? Thanks! Haroon -- 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.
