hibernate / query-validator

Compile time validation for HQL and JPQL queries in Java code
https://hibernate.org
Apache License 2.0
82 stars 8 forks source link

Adding Spring Data JPA @Query support #23

Open destan opened 5 years ago

destan commented 5 years ago

Hello,

I've added @Query (org.springframework.data.jpa.repository.Query) annotation support with unit tests and I also manually tested it in my projects.

Do you think it can be merged? At least, I'd like to hear your feedback. Thanks.

https://github.com/gavinking/query-validator/pull/22