Hi, 
scuse my bad english, I'm french.

Since 3 days I try Google App Engine to deploy a GWT app. 
I use JDO to manage my entities.
I can persist my data in the DataStore but when I try to read joins 
Entities are set to null.

My joint is a OneToOne and I use the follow code to create my PrimaryKeys :
@PrimaryKey
@Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)
@Extension(vendorName="datanucleus", key="gae.encoded-pk", value="true")

I can get my joins entities when I add @Persistent(defaultFetchGroup = 
"true") but console say's :
The datastore does not support joins and therefore cannot honor requests to 
place related objects in the default fetch group.  The field will be 
fetched lazily on first access. 


Can you help me to find a proper solution ?

Thank in advance, 
Lexuor76.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/W0thDcWwlJwJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to