Summary
- Implementing an optimization while selecting entities with criteria : when the condition doesn't have criteria on a collection property (*-to-many) then the load can be done with one query because the SQL criteria doesn't make a subset of the entity graph. Also, This will allow "order by" implementation for derived queries. (commit: 80e1c52) (details)
- Derived query support : implementing "order by" and "limit" (first / topN) derived query for non-polymorphic cases (commit: 057be86) (details)
- Applying optimization while selecting entities with criteria for join-table polymorphism case (commit: ec48093) (details)
- code cleanup (commit: 49bbd04) (details)
- Updating CI badges (commit: 89b5d8c) (details)