Hi there,

I saw that Google App Engine for Python is using the PolyModel class
in order to query for objects using inheritance. Is there something
similar available for Java?

So to say, I have a class AbstractModel and two classes FirstModel and
SecondModel that extend/implement the AbstractModel and would like to
be able to query

Select * from AbstractModel

Is that possible?

Thanks

Dominik

P.S. if that wouldn't be possible in Java is it possible to use Python
for the Google App Engine in Java?
--~--~---------~--~----~------------~-------~--~----~
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 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