surinder-insonix / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Provide persistence property that sets default mode to "unowned" #284

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
While defaulting to having all relations as "owned" unless specified otherwise 
makes sense, it would also be beneficial to have a persistence property that 
would change the default to "unowned". With this set, all relations would not 
need @Unowned specifying, and any relations that needed to be owned would 
require @Owned specifying.

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 22 May 2012 at 2:28

GoogleCodeExporter commented 8 years ago
SVN trunk now has a persistence property 
"datanucleus.appengine.relationDefault" that defaults to "owned" but can be set 
to "unowned"

Original comment by googleco...@yahoo.co.uk on 22 May 2012 at 5:34