Refine input property handling for DTO projections.
We now retain the input property ordering. Additionally, when providing input properties, we no longer limit properties to top-level properties but allow selection of nested properties.
Closes#4174
See: #3908
@ -788,13 +788,14 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -788,13 +788,14 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@ -822,15 +823,21 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T
@@ -822,15 +823,21 @@ public class SimpleJpaRepository<T, ID> implements JpaRepositoryImplementation<T