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

enum references in nested packages #18

Closed gavinking closed 5 years ago

gavinking commented 5 years ago

I have examples of enum values like test.Sex.MALE in the test suite. But it turns out that they're broken for nested packages like test.example.Sex.MALE.