| All deprecated set-methods in org.hibernate.query.Query have the following line in javadoc: @deprecated (since 5.2) use {@link #setParameter(int, Object)} or {@link #setParameter(int, Object, Type)} instead Half of them (the ones with String instead of int as first parameter) should be @deprecated (since 5.2) use {@link #setParameter(String, Object)} or {@link #setParameter(String, Object, Type)} instead |