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(@NonNull StatementContext<?> statementContext, @NonNull PreparedStatement preparedStatement, @NonNull Integer parameterIndex, @NonNull Object parameter) Performs custom binding of aPreparedStatementvalue given avalueand itsindexwhenCustomParameterBinder.appliesTo(TargetType)istrue.CustomParameterBinder.bindNull(@NonNull StatementContext<?> statementContext, @NonNull PreparedStatement preparedStatement, @NonNull Integer parameterIndex, @NonNull TargetType targetType, @NonNull Integer sqlType) Performs custom binding of a null value given itsindexandtargetType.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.