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

select new argument list validation not working in IntelliJ #19

Closed gavinking closed 5 years ago

gavinking commented 5 years ago

This is a bit strange because it works from the command line.

Also I need to take a look at how select new argument type validation is working with parameters of primitive type. I think it might be broken.

gavinking commented 5 years ago

Fixed. The problem was with primitive types.