From 1869a0c979b27e2326b24022b13001ddf6173861 Mon Sep 17 00:00:00 2001 From: Gail Badner Date: Thu, 21 Apr 2016 17:20:54 -0700 Subject: [PATCH] HHH-10697 : Correct documentation --- .../src/main/asciidoc/userguide/appendices/Configurations.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc b/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc index f104230b1d..737bfb3878 100644 --- a/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc +++ b/documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc @@ -284,8 +284,6 @@ Setting this to `true` may cause valid HQL to throw an exception because it viol Global setting for whether `null` parameter bindings should be passed to database procedure/function calls as part of `org.hibernate.procedure.ProcedureCall` handling. Implicitly Hibernate will not pass the `null`, the intention being to allow any default argument values to be applied. -This defines a global setting, which can then be controlled per parameter via `org.hibernate.procedure.ParameterRegistration#enablePassingNulls(boolean)` - Values are `true` (pass the NULLs) or `false` (do not pass the NULLs). |`hibernate.session_factory.statement_inspector` | A fully-qualified class name, an instance, or a `Class` object reference a|