spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
753 stars 345 forks source link

Add repositories support based on Querydsl [DATAJDBC-20] #278

Open spring-projects-issues opened 12 years ago

spring-projects-issues commented 12 years ago

Oliver Drotbohm opened DATAJDBC-20 and commented

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


Issue Links:

3 votes, 5 watchers

paslavsky commented 2 years ago

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!
schauder commented 2 years ago

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

schauder commented 2 years ago

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