emmanuel wrote:
You don't give enough info for us to help.
Really? For exemple ?
I am trying to say that, when I use a class SecurityQuestionLabel extending BaseLabel class as I fully documented, Query.list() method return wrong rows with good number of rows. When I use SecurityQuestionLabel without extending BaseLabel (ie. replicate the members of BaseLabel), I got of course the good rows.
This is a case with a simple class and a simple mapping. I really don't understand what do you mean "enough info" if you don't ask me explicitly.
The use pattern is to have a single base class and extend it to map different tables with the same structure. But this seems to fail with hibernate.