We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b479a commit e911a88Copy full SHA for e911a88
hibernate-core/src/main/java/org/hibernate/cfg/QuerySettings.java
@@ -279,5 +279,5 @@ public interface QuerySettings {
279
* <p>
280
* By default, this is set to false
281
*/
282
- String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_paramater_names";
+ String QUERY_PASS_PROCEDURE_PARAMETER_NAMES = "hibernate.query.pass_procedure_parameter_names";
283
}
0 commit comments