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

Add repositories support based on Querydsl [DATAJDBC-20]

Open spring-projects-issues opened this issue 14 years ago • 5 comments

Oliver Drotbohm opened DATAJDBC-20 and commented

We could provide Spring Data repositories support for the JDBC module based on the QuerydslJdbcTemplate


Issue Links:

  • DATAJDBC-21 Add repositories support based on Querydsl ("is duplicated by")
  • DATAJDBC-24 JPA Annotations and Spring Data for JDBCTemplate

3 votes, 5 watchers

spring-projects-issues avatar Oct 30 '11 06:10 spring-projects-issues

Any plans to implement that? The release document say that spring-data-jdbc already support Querydsl, but I got the following error:

Repository com.test.repository.ChatInfoRepository implements org.springframework.data.querydsl.QuerydslPredicateExecutor but JdbcRepositoryFactory does not support Querydsl!

paslavsky avatar Oct 09 '21 11:10 paslavsky

The references mentioned above actually do not reference this issue, but the issue with the same number in spring-data-r2dbc.

schauder avatar Jun 21 '22 08:06 schauder

This issue predates Spring Data JDBC. Yet support for Querydsl sounds promising for Spring Data JDBC.

On the other hand Querydsl doesn't see any active development lately and people already ask for it to be removed from other modules: https://github.com/spring-projects/spring-data-jpa/issues/2575

schauder avatar Jun 21 '22 08:06 schauder