Uses of Class
com.pyranid.CustomParameterBinder.BindingResult
-
Uses of CustomParameterBinder.BindingResult in com.pyranid
Methods in com.pyranid that return CustomParameterBinder.BindingResultModifier and TypeMethodDescription@NonNull CustomParameterBinder.BindingResultCustomParameterBinder.bind(@NonNull StatementContext<?> statementContext, @NonNull PreparedStatement preparedStatement, @NonNull Integer parameterIndex, @NonNull Object parameter) Performs custom binding of aPreparedStatementvalue given avalueand itsindexwhenCustomParameterBinder.appliesTo(TargetType)istrue.default @NonNull CustomParameterBinder.BindingResultCustomParameterBinder.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.static @NonNull CustomParameterBinder.BindingResultCustomParameterBinder.BindingResult.fallback()Indicates that this mapper did not bind a custom value and prefers to fall back to the behavior of the registeredPreparedStatementBinder.static @NonNull CustomParameterBinder.BindingResultCustomParameterBinder.BindingResult.handled()Indicates that this mapper successfully bound a custom value.