> *Google says "unowned relationship is not supported"* > What does it mean? *How datastore identify that *it is unowned > relationship**?
No idea. It's a Google special. It's not part of any spec so it's for them to answer. > In above example, If I implement it as normal relationship, as shown in > below code, What will happen?. > - Can datastore identify it as unowned relationship and through error? How can it possibly identify it as an unowned relationship? You have references to real objects so its a real (i.e "owned") relationship. You have no references to keys (or object identities). -- 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.
