Summary
- `EntityPersister.selectWhere` enhancement: possibility to declare a condition of an element property of a collection (declared as one-to-many for example). (commit: ae26778) (details)
- Possibility to declare a projection by some method references in the select clause (to be enhanced) (commit: 23a5c32) (details)
- Code cleanup (commit: f6b9dae) (details)
- Possibility to declare a projection by some method references in the select clause: removing the `selectionProjectionWhere(Set<CriteriaPath>)` signature (previous commit) and introducing the SelectAdapter class, which is also used to configure simple Column addition to the Select clause. Hence, we have a single method signature to fulfil both needs. (commit: eb38872) (details)
- Simplifying data access for projected values: (commit: 35f70ac) (details)