> Query query = em.createNativeQuery("...", A.class);
> My expectation is that this query should return an instance of B
What happens if you do
Query query = em.createNativeQuery("...", B.class);
-----
Pinaki
--
View this message in context:
http://openjpa.208410.n2.nabble.com/Do-native-queries-respect-inheritance-tp5731353p5735853.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.
