google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

Introduction to Objectify documentation #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the Relationships section you say "Note that this is an inappropriate
use of the @Parent entity; if a car were to be sold to a new owner, you
would need to delete the Car and create a new one."  You could add
something explaining that the Google App Engine data store has the
restriction that it doesn't allow reparenting.  Or maybe add it further
below, where you tell about changing the @Parent key field doesn't do what
might be expected.

Near the end of the Transactions section: nontrasactional -> nontransactional

At the beginning you say "You can persist any of the core value types,
collections of the core value types".  You could add a remark saying that
this does not include Maps, for dunderheads like me who forget that Map
isn't a subinterface of Collection.

Original issue reported on code.google.com by rusty.wr...@gmail.com on 7 Feb 2010 at 7:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r304.

Original comment by lhori...@gmail.com on 8 Feb 2010 at 5:33