Uses of Class
org.springframework.data.r2dbc.mapping.SettableValue
Packages that use SettableValue
Package
Description
Core domain types around DatabaseClient.
Domain objects for R2DBC.
Query and update support.
-
Uses of SettableValue in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return SettableValueModifier and TypeMethodDescriptionDefaultReactiveDataAccessStrategy.getBindValue
(SettableValue value) ReactiveDataAccessStrategy.getBindValue
(SettableValue value) Deprecated.ReactiveDataAccessStrategy.NamedParameterProvider.getParameter
(int index, String name) Returns thevalue
for a parameter identified either by name or by index.Methods in org.springframework.data.r2dbc.core with parameters of type SettableValueModifier and TypeMethodDescriptionDefaultReactiveDataAccessStrategy.getBindValue
(SettableValue value) ReactiveDataAccessStrategy.getBindValue
(SettableValue value) Deprecated.since 1.2, useReactiveDataAccessStrategy.getBindValue(Parameter)
instead.StatementMapper.InsertSpec.withColumn
(String column, SettableValue value) Deprecated.since 1.2, useStatementMapper.InsertSpec.withColumn(String, Parameter)
instead.StatementMapper.InsertSpec.withColumn
(org.springframework.data.relational.core.sql.SqlIdentifier column, SettableValue value) Deprecated.since 1.2, useStatementMapper.InsertSpec.withColumn(SqlIdentifier, Parameter)
instead. -
Uses of SettableValue in org.springframework.data.r2dbc.mapping
Methods in org.springframework.data.r2dbc.mapping that return SettableValueModifier and TypeMethodDescriptionstatic SettableValue
Deprecated.Creates a new emptySettableValue
fortype
.static SettableValue
Deprecated.Creates a newSettableValue
fromvalue
.static SettableValue
SettableValue.fromOrEmpty
(Object value, Class<?> type) Deprecated.static SettableValue
SettableValue.fromParameter
(Parameter parameter) Deprecated.Factory method to create aSettableValue
fromParameter
. -
Uses of SettableValue in org.springframework.data.r2dbc.query
Methods in org.springframework.data.r2dbc.query that return SettableValueModifier and TypeMethodDescriptionQueryMapper.getBindValue
(SettableValue value) Potentially convert theSettableValue
.Methods in org.springframework.data.r2dbc.query with parameters of type SettableValueModifier and TypeMethodDescriptionQueryMapper.getBindValue
(SettableValue value) Potentially convert theSettableValue
.
ReactiveDataAccessStrategy.getBindValue(Parameter)
instead.