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 [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 -~----------~----~----~----~------~----~------~--~---
