HHH-18671 Fix setting name (spelling)

This commit is contained in:
Andrea Boriero 2024-09-26 16:42:27 +02:00 committed by Andrea Boriero
parent 58254e585c
commit f2856cf2ec
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}