On Mon, Sep 1, 2014 at 12:01 PM, Louis-Martin Gagne <[email protected]> wrote:
> Yes, I am using google endpoints and looking for some guidance. > What is best from your experience? Should we stay away from it? If so, how > would you manage parent/child relationship while using google endpoints? > You can still use parent/child relationships <https://code.google.com/p/objectify-appengine/wiki/Entities#@Parent_Relationships>, you just need to transfer the Key type in a different manner. See this SO answer (written by a Google employee) for details: http://stackoverflow.com/a/19716641 ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
