surinder-insonix / datanucleus-appengine

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

Support fields of arrays of persistable types #263

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Support the following

@PersistenceCapable
public class MyClass1
{
    MyClass2[] array;
}

@PersistenceCapable
public class MyClass2
{
    ...
}

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 12 Feb 2012 at 7:57

GoogleCodeExporter commented 8 years ago
SVN trunk now handles this

Original comment by googleco...@yahoo.co.uk on 12 Feb 2012 at 7:57