> I'm not serializing List's data in a single column so I don't have to > force entities to update, if I'm not mistaken.
You are setting only one side of a relation from the code you present. If the relation is bidirectional then you ought to set BOTH sides. JPA does not come with "managed relations". -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
