Summary
- Fixing TODO of AbstractPolymorphicEntityFinder.newWhereIdClause(..): replaced by a method that does the job of the callers (which are subclasses) to reduce code duplication. The very reason of the TODO has been fixed by allowing to clone the EntityCriteriaSupport without making it rescan the aggregate properties. (commit: 060aa76) (details)
- code cleanup (commit: 221cf38) (details)
- Adding tests for projection queries with OrderBy support (commit: 7284499) (details)
- Adding tests for Limit support on Spring derived queries and projections (commit: 1c4901e) (details)
- Code cleanup (commit: e5f2e74) (details)
- Fixing wrong behavior that was allowing to limit an aggregate with some Collection relation. One of the previous refactoring removed it. (commit: a03865e) (details)
- Enhancing column mapping resolution by getting cloned columns at collection time instead of retrieval time (commit: 67b0152) (details)
- Fixing and enhancing Spring Data projection missing features (pagination and sorting). (commit: 49d26eb) (details)