MountainClimb / datanucleus-appengine

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

Allow use of simple SCO wrappers for non-relation fields #291

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the datanucleus-appengine plugin will create "backed" SCO wrappers 
for all collection fields. This was always fine when the plugin only supported 
relation collections. With the latest codebase it can actually allow 
Collection<String>, Collection<Enum> etc. These latter cases need a simple SCO 
wrapper rather than the "backed" variant.

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 17 Aug 2012 at 1:55

GoogleCodeExporter commented 8 years ago
SVN trunk now handles this, requiring datanucleus-core 3.1.1

Original comment by googleco...@yahoo.co.uk on 17 Aug 2012 at 1:59