Summary
- Cleaning code of TablePerClassPolymorphismEntityFinder, essentially removing 2-phases-load-specific tree. Also cloning Query Objects to avoid building the same tree several times (as done for other polymorphic finders) (commit: d541a0d) (details)
- Code cleanup about old column clones logic (commit: eb3f45b) (details)
- Refactoring EntityFinder interface to use OrderBy and Limit objects instead of Consumer callbacks (commit: 9045c0d) (details)
- Fixing SqlNativeRepositoryQuery TODO: adding tests for polymorphic cases (was theoretically supported but not tested, hopefully no code adaptation is required ;) ) (commit: 8cb061c) (details)