Sorry for not clarifying -- my example is all JPA, and the import statements in my code imply the following:
@javax.persistence.OneToOne @javax.persistence.Embedded On Dec 11, 5:06 am, Rusty Wright <[email protected]> wrote: > Are you mixing ORMs? �...@onetoone is JPA and @Embedded is JDO? Perhaps you > can combine them; if so, I didn't know that. > > Beyond that, try adding it to the default fetch group; > > @Persistent(embedded = "true", defaultFetchGroup = "true") > public Set<String> getWords() > -- 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.
