HHH-12583 - Deprecate hibernate.proc.param_null_passing setting

This commit is contained in:
Andrea Boriero 2018-05-15 18:16:14 +01:00
parent 8cddc8c46c
commit ec75e9a26f
1 changed files with 3 additions and 0 deletions

View File

@ -1650,7 +1650,10 @@ public interface AvailableSettings extends org.hibernate.jpa.AvailableSettings {
* {@link org.hibernate.procedure.ParameterRegistration#enablePassingNulls(boolean)} * {@link org.hibernate.procedure.ParameterRegistration#enablePassingNulls(boolean)}
* <p/> * <p/>
* Values are {@code true} (pass the NULLs) or {@code false} (do not pass the NULLs). * 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"; String PROCEDURE_NULL_PARAM_PASSING = "hibernate.proc.param_null_passing";
/** /**