HHH-12388 - User Guide typo fixes
This commit is contained in:
parent
884569f9cc
commit
f44555fd6a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue