public interface ProcedureParameter<T> extends QueryParameter<T>
| Modifier and Type | Method and Description |
|---|---|
void |
enablePassingNulls(boolean enabled)
Deprecated.
with no replacement. See
AvailableSettings.PROCEDURE_NULL_PARAM_PASSING
for details |
ParameterMode |
getMode()
Retrieves the parameter "mode".
|
boolean |
isPassNullsEnabled()
How will an unbound value be handled in terms of the JDBC parameter?
|
getHibernateType, getSourceLocationsgetName, getParameterType, getPositionParameterMode getMode()
ParameterMode.INboolean isPassNullsEnabled()
true here indicates that NULL should be passed; false indicates
that it is ignored.ParameterRegistrationImplementor.isPassNullsEnabled()@Deprecated void enablePassingNulls(boolean enabled)
AvailableSettings.PROCEDURE_NULL_PARAM_PASSING
for detailsParameterRegistration.enablePassingNulls(boolean)enabled - true indicates that the NULL should be passed; false indicates it should not.ParameterRegistration.enablePassingNulls(boolean)Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.