Hello, I want to create a Map object with key a Party and value a Player. But I don't know how to "join" this two entity. My entity "Party" have three fields (id, player1_id and player2_id). My entity "Player" have three fiedls (id, email and surname)
I want to join like that : "SELECT * FROM Party, Player WHERE Party.player1_id = Player.id AND Party.player2_id IS NULL;" Someone can help me? Thx -- 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.
