I have a Drinks entity which just contains a key which holds a String
to indicate the drink. Like "Coca Cola", "Pepsi", etc.
In my User entity I like to connect one or more favourite drinks of
the user.

I'm wondering if I delete a Drink if it will be removed from the users
automatically?

Theoretically this could be millions of users. So if need to it
manually I need to check all users and remove it. I guess this could
take more then the so important 30 secs.






--~--~---------~--~----~------------~-------~--~----~
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