Title: JDO: Abstract class and inheritance

Hi,

(Sorry if this question has been posted before but I've found it in the documentation neither the mailing list).

+ Is it possible to define a JDO's mapping for an abstract class.
+ If I've two classes: ImplClass1 and ImplClass2 and both "extends" AbstractClass, Can I perform a query on AbstractClass?

I would expect to get back a collection of ImplClass1 and ImplClass2 's instances together.

Thanks a lot,

Isi,

Reply via email to