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