For example I have an entity:
AbstractRecord, it has fields:
String name, Date publishDate, Author recordAuthor, List tagList.

And I have several subclasses:
BlogRecord, CommentRecord, AdvertiseRecord.

They extend AbstractRecord, they have their own specific fields.

Can I make a query: "Select * from AbstractRecord where tagList =
'google' "
And get all AbstractRecord entites, also its subclasses which have tag
'google' in List field.

I've read
http://groups.google.com/group/google-appengine/browse_thread/thread/cadc90001d575217/1d0f86ab618f292a?lnk=gst&q=extend+entity#1d0f86ab618f292a

Seems like I can't do it?




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to