Open spring-projects-issues opened 13 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!
The references mentioned above actually do not reference this issue, but the issue with the same number in spring-data-r2dbc.
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
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