|
|
|
NamedQuery by default accepts only JPA-QL.
"from UrlMap" is not a valid JPA-QL. There are number of ways to enable HQL mode: 1. Specify hibernate persistence provider in persistence.xml if you use JPA facet I think it works for you in v7 because of [2]. |
||||||||||||||||||||||||||||||||||||
And it is definitely a v8 issue (works in v7)