HHH-12583 - Deprecate hibernate.proc.param_null_passing setting
This commit is contained in:
parent
8cddc8c46c
commit
ec75e9a26f
|
@ -1650,7 +1650,10 @@ public interface AvailableSettings extends org.hibernate.jpa.AvailableSettings {
|
|||
* {@link org.hibernate.procedure.ParameterRegistration#enablePassingNulls(boolean)}
|
||||
* <p/>
|
||||
* Values are {@code true} (pass the NULLs) or {@code false} (do not pass the NULLs).
|
||||
*
|
||||
* @deprecated (5.3) Hibernate determines it implicitly
|
||||
*/
|
||||
@Deprecated
|
||||
String PROCEDURE_NULL_PARAM_PASSING = "hibernate.proc.param_null_passing";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue