nurkiewicz / spring-data-jdbc-repository

Spring Data JDBC generic DAO implementation
275 stars 151 forks source link

Any plans to add QueryDSL support #7

Closed mdiskin closed 8 years ago

mdiskin commented 10 years ago

Most of the Spring Data projects support this and wondered it this was planned.

nurkiewicz commented 10 years ago

I wasn't planning this but if you believe it could be valuable, I can have a look.

mdiskin commented 10 years ago

Actually the best case for me would for this to be contributed into the spring-data-jdbc https://github.com/spring-projects/spring-data-jdbc-ext. it's missing some of the repository pieces but has better spring jdbc template features like querydsl support.