Hi Dominik. No, this is not yet possible with App Engine for Java.

Can you clarify what you mean by "use Python for the Google App Engine
in Java"? You can use Google App Engine for Python which is preferred
or use Jython to compile your Python source into Java byte code that
can be run in the JRE, but you can't selectively use bits of Python in
your Java project.

- Jason

On Aug 17, 5:09 pm, Dominik Steiner <[email protected]>
wrote:
> Hi there,
>
> I saw that Google App Engine for Python isusingthe PolyModel class
> in order toqueryfor objectsusinginheritance. 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 toquery
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to