Denis Golovin [
https://community.jboss.org/people/dgolovin] created the discussion
"Re: How To Use Positional Parameter in HQL Editor"
To view the discussion, visit:
https://community.jboss.org/message/763626#763626
--------------------------------------------------------------
JDBC-style ? parameters are also supported. You may not mix and match JDBC-style
parameters and named parameters in the same query. In your example you should use just ?
instead of ?1, ?2, ..., ?n.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/763626#763626]
Start a new discussion in JBoss Tools at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]