spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Add Query and Criteria support to JdbcAggregateTemplate [DATAJDBC-523]

Open spring-projects-issues opened this issue 5 years ago • 1 comments
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

spring-projects-issues avatar Apr 24 '20 12:04 spring-projects-issues

MyeongHyeonLee commented

Mark Paluch

I am wondering why AggregateReference prevented the creation of Derived Queries.

https://github.com/spring-projects/spring-data-jdbc/commit/aadbb667ed1d61139d5ac51a06eb3dd1b39316db#diff-510a5041bb8a0575e97fedf105606b83R130

 

 

 

spring-projects-issues avatar May 03 '20 17:05 spring-projects-issues