spring-data-relational
spring-data-relational copied to clipboard
Add Query and Criteria support to JdbcAggregateTemplate [DATAJDBC-523]
trafficstars
Mark Paluch opened DATAJDBC-523 and commented
With the addition of Query Derivation and the CriteriaDefinition, we should provide also a mechanism to issue queries by a Query object that specifies Sort, Criteria, Pagination and Projection.
We also need to consider the newly introduced functionality in JdbcQueryCreator to properly create the select list and query predicates
2 votes, 4 watchers
MyeongHyeonLee commented
I am wondering why AggregateReference prevented the creation of Derived Queries.
https://github.com/spring-projects/spring-data-jdbc/commit/aadbb667ed1d61139d5ac51a06eb3dd1b39316db#diff-510a5041bb8a0575e97fedf105606b83R130