Hi:
Quote from the page:
http://code.google.com/appengine/docs/java/datastore/relationships.html#Unowned_Relationships

"The App Engine implementation of JDO does not yet implement this facility,
but don't worry, you can still manage these relationships using Key values
in place of instances (or Collections of instances) of your model objects."


Hope this helps, even though it's not much
Albert Attard

Ogden Nash <http://www.brainyquote.com/quotes/authors/o/ogden_nash.html>  -
"The trouble with a kitten is that when it grows up, it's always a cat."

2009/8/31 funkforce <funkfo...@gmail.com>

>
> Hi
>
> Can someone post a full example of working code with unowned
> relationships? It semas that several pople are havning problems with
> this on I cant find any solution posted in this group yet.
>
> I think that I must use unowned relationships in my code. If I am
> mistaken please correct me.
>
> I have a beverage class that has a packaging class ,a district class
> and a Set of materials.
> A beverage can have one type of packaing, one type of district ans
> several materials.
> Packaing can belong to several beverages.
> District can belong to several beverages.
> Materials can belong to several beverages.
>
> Any thoughts?
>
> Thnkas
>
> FF
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to