HHH-12388 - User Guide typo fixes

This commit is contained in:
Asier Lostalé 2018-03-13 13:30:47 +01:00 committed by Vlad Mihalcea
parent 884569f9cc
commit f44555fd6a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ This really breaks down into 2 related changes:
`javax.persistence.Parameter#getPosition` to report `null`.
For JDBC-style parameter declarations in native queries, we have also moved to using one-based
instead of zero-bade parameter binding to be consistent with JPA. That can temporarily be
instead of zero-based parameter binding to be consistent with JPA. That can temporarily be
reverted by setting the `hibernate.query.sql.jdbc_style_params_base` setting to `true` which
reverts to expecting zero-based binding.