If an entity is requested by a distinct query and the result should be ordered by an attribute of an a joined entity of a OneToMany Relation the query created by hibernate does not conttain the order attribute in the resultset. Databases like postgres and h2 reject to Process this query.
This functinality is essential for us in many cases where data is filtered and ordered in paged tables with complex queries. |
|