I have example web application Hibernate 4.3.5 + Derby database 10.10.1.1+ Glassfish4.0 with IDE NetBeans 8.0Beta.
I have the next exception:
Caused
In my case I just forgot to add nativeQuery = true
nativeQuery = true
@Query( value = "some sql query ...", nativeQuery = true)
For Spring Boot with Spring Data JPA