Skip to content
Advertisement

org.hibernate.QueryException: JPA-style positional param was not an integral ordinal

I have the following JPQL request;

JavaScript

But it prints following error:

JavaScript

What the reason of my problem?

Advertisement

Answer

You have no whitespace between lines

JavaScript

also check that the ?3 param is not empty list

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement