HHH-18671 Fix setting name (spelling)
This commit is contained in:
parent
58254e585c
commit
f2856cf2ec
|
@ -285,5 +285,5 @@ public interface QuerySettings {
|
|||
* <p>
|
||||
* By default, this is set to false
|
||||
*/
|
||||
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_paramater_names";
|
||||
String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_parameter_names";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue