Uses of Class
com.pyranid.CustomParameterBinder.BindingResult
-
Uses of CustomParameterBinder.BindingResult in com.pyranid
Methods in com.pyranid that return CustomParameterBinder.BindingResultModifier and TypeMethodDescriptionCustomParameterBinder.bind
(StatementContext<?> statementContext, PreparedStatement preparedStatement, Integer parameterIndex, Object parameter) Performs custom binding of aPreparedStatement
value given avalue
and itsindex
whenCustomParameterBinder.appliesTo(TargetType)
istrue
.CustomParameterBinder.BindingResult.fallback()
Indicates that this mapper did not bind a custom value and prefers to fall back to the behavior of the registeredPreparedStatementBinder
.CustomParameterBinder.BindingResult.handled()
Indicates that this mapper successfully bound a custom value.