Hi, I’ve used your tests and finally make it work when set hibernate.query.omit_join_of_superclass_tables=false, but in my opinion this should be a default setting (not true) otherwise it may corrupt all JPA criteria queries which use inheritance and count (paging queries). New feature should not have an impoact on common queries I think. But of course it’s only my opinion. Thanks anyway. |