Brett Meyer commented on an issue
Hibernate ORM / Bug HHH-7175
Possible problem with org.hibernate.engine.query.HQLQueryPlan
I wrote a simple 'polymorphic' queryString for org.hibernate.Query based on interface implemented by three other classes.
I set restriction on size (maxRows) too.
But when I executed that query, I found that some records where missing in returned list.
I debugged sources and found possible issue in org.hibernate.engine.query.HQLQueryPlan in method
public...