Hi John,
>
> If you want to be able to query on the embedded instances then you will need
> to use one of the datastore specific persistence interfaces: ObjectDatastore
> from Twig and Objectify support this... not sure if others support embedded
> collections.
>
Slim3 supports embedded collections as follows:

@Attribute(lob = true)
private List<EmbeddedChild> Children;

See 
http://sites.google.com/site/slim3appengine/slim3-datastore/defining-data-classes/serializable-objects

Yasuo Higa

-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to