Hello All,
I have a base class X, from which i have derived Y and Z.
i have the Inheritance strategy defined
as SUBCLASS_TABLE. Is there anyway i can use JDO API method getExtent and
get the list of base class (X) instances ?
I found that getExtent(X.class,* true*) does not retrieve the subclasses
and is not supported by AppEngine right now ?
So to solve this, i have to query the sub classes individually to do some
processing on it.
Is there a workaround for this problem ?
Please let me know.
Thank you.
Simith
--
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.