Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractFallbackR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
Deprecated.
- AbstractFallbackR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.
- AbstractR2dbcConfiguration - Class in org.springframework.data.r2dbc.config
-
Base class for Spring Data R2DBC configuration containing bean declarations that must be registered for Spring Data R2DBC to work.
- AbstractR2dbcConfiguration() - Constructor for class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- AbstractR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
-
Base class for reactive
RepositoryQuery
implementations for R2DBC. - AbstractR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- AbstractRoutingConnectionFactory - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
AbstractRoutingConnectionFactory
instead. - AbstractRoutingConnectionFactory() - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- addConnectionFactory(String, ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Add the supplied
ConnectionFactory
to the map ofConnectionFactorys
maintained by this object. - addPopulators(DatabasePopulator...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.Add one or more populators to the list of delegates.
- addScript(Resource) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Add a script to execute to initialize or clean up the database.
- addScripts(Resource...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Add multiple scripts to execute to initialize or clean up the database.
- AfterConvertCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
-
Callback being invoked after a domain object is materialized from a row when reading results.
- afterPropertiesSet() - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.Use the
database populator
to set up the database. - afterPropertiesSet() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- AfterSaveCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
-
Entity callback triggered after save of a
OutboundRow
. - all() - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.TerminatingDelete
-
Remove all matching rows.
- all() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
-
Get all matching elements.
- all() - Method in interface org.springframework.data.r2dbc.core.RowsFetchSpec
-
Deprecated.Get all matching elements.
- and(String) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- and(List<Criteria>) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- and(Bindings) - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- and(Criteria) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- andThen(StatementFilterFunction) - Method in interface org.springframework.data.r2dbc.core.StatementFilterFunction
-
Deprecated.Return a composed filter function that first applies this filter, and then applies the given
"after"
filter. - anonymous(String) - Static method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Creates anonymous, index-based bind marker using a static placeholder.
- append(String, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
Put the given key/value pair into this
OutboundRow
and return this. - append(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
Put the given key/value pair into this
OutboundRow
and return this. - apply(Row, RowMetadata) - Method in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.
- apply(Row, RowMetadata) - Method in class org.springframework.data.r2dbc.convert.EntityRowMapper
- apply(Consumer<DatabaseClient.Builder>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures a
Consumer
to configure this builder. - apply(Update) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.TerminatingUpdate
-
Update all matching rows in the table.
- apply(BindTarget) - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.Apply the bindings to a
BindTarget
. - apply(BindTarget) - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.Applies the binding to a
BindTarget
. - apply(BindTarget) - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
Deprecated.
- apply(BindTarget) - Method in class org.springframework.data.r2dbc.dialect.Bindings.ValueBinding
-
Deprecated.
- ArrayUtils - Class in org.springframework.data.r2dbc.support
-
Utilities for array interaction.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Deprecated.Define the target type the result should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericSelectSpec
-
Deprecated.Define the target type the result should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedExecuteSpec
-
Deprecated.Define the target type the result should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedSelectSpec
-
Deprecated.Define the target type the result should be mapped to.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithProjection
-
Define the
result target type
that the fields should be mapped to. - auditorAwareRef() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
-
Configures the
ReactiveAuditorAware
bean to be used to lookup the current principal.
B
- BadSqlGrammarException - Exception in org.springframework.data.r2dbc
-
Deprecated.since 1.2, use directly Spring R2DBC's
BadSqlGrammarException
instead. - BadSqlGrammarException(String, String, R2dbcException) - Constructor for exception org.springframework.data.r2dbc.BadSqlGrammarException
-
Deprecated.Creates a new
BadSqlGrammarException
. - basePackageClasses() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Type-safe alternative to
EnableR2dbcRepositories.basePackages()
for specifying the packages to scan for annotated components. - basePackages() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Base packages to scan for annotated components.
- BeanFactoryConnectionFactoryLookup - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
BeanFactoryConnectionFactoryLookup
instead. - BeanFactoryConnectionFactoryLookup() - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
Deprecated.Creates a new
BeanFactoryConnectionFactoryLookup
instance. - BeanFactoryConnectionFactoryLookup(BeanFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
Deprecated.Create a new instance of the
BeanFactoryConnectionFactoryLookup
class. - BeforeConvertCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
-
Callback being invoked before a domain object is converted to be persisted.
- BeforeSaveCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
-
Entity callback triggered before save of a row.
- bind(int, Object) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.BindSpec
-
Deprecated.Bind a non-null value to a parameter identified by its
index
. - bind(int, Object) - Method in interface org.springframework.data.r2dbc.dialect.BindTarget
-
Deprecated.Bind a value to an index.
- bind(int, Parameter) - Method in class org.springframework.data.r2dbc.dialect.BindTargetBinder
-
Bind a
Parameter
by index. - bind(Object) - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Bind a value and return the related
BindMarker
. - bind(String, Object) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.BindSpec
-
Deprecated.Bind a non-null value to a parameter identified by its
name
. - bind(String, Object) - Method in interface org.springframework.data.r2dbc.dialect.BindTarget
-
Deprecated.Bind a value.
- bind(String, Parameter) - Method in class org.springframework.data.r2dbc.dialect.BindTargetBinder
-
Bind a
Parameter
by name. - bind(BindMarker, Object) - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Bind a value to
BindMarker
. - bind(BindTarget, Object) - Method in interface org.springframework.data.r2dbc.dialect.BindMarker
-
Deprecated.Bind the given
value
to theStatement
using the underlying binding strategy. - bind(DatabaseClient.GenericExecuteSpec) - Method in interface org.springframework.data.r2dbc.repository.query.BindableQuery
-
Bind parameters to the
query
. - BindableQuery - Interface in org.springframework.data.r2dbc.repository.query
-
Interface declaring a query that supplies SQL and can bind parameters to a
DatabaseClient.GenericExecuteSpec
. - Binding(BindMarker) - Constructor for class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.
- Bindings - Class in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
Bindings
instead. - Bindings() - Constructor for class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.Create empty
Bindings
. - Bindings(Collection<Bindings.Binding>) - Constructor for class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- Bindings.Binding - Class in org.springframework.data.r2dbc.dialect
-
Deprecated.Base class for value objects representing a value or a
NULL
binding. - Bindings.NullBinding - Class in org.springframework.data.r2dbc.dialect
-
Deprecated.
NULL
binding. - Bindings.ValueBinding - Class in org.springframework.data.r2dbc.dialect
-
Deprecated.Value binding.
- BindMarker - Interface in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
BindMarker
instead. - BindMarkers - Interface in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
BindMarkers
instead. - BindMarkersFactory - Interface in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
BindMarkersFactory
instead. - bindNull(int, Class<?>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.BindSpec
-
Deprecated.Bind a null value to a parameter identified by its
index
. - bindNull(int, Class<?>) - Method in interface org.springframework.data.r2dbc.dialect.BindTarget
-
Deprecated.Bind a null value.
- bindNull(Class<?>) - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Bind a
NULL
value and return the relatedBindMarker
. - bindNull(String, Class<?>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.BindSpec
-
Deprecated.Bind a null value to a parameter identified by its
name
. - bindNull(String, Class<?>) - Method in interface org.springframework.data.r2dbc.dialect.BindTarget
-
Deprecated.Bind a null value.
- bindNull(BindMarker, Class<?>) - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Bind a
NULL
value toBindMarker
. - bindNull(BindTarget, Class<?>) - Method in interface org.springframework.data.r2dbc.dialect.BindMarker
-
Deprecated.Bind a null value to the
Statement
using the underlying binding strategy. - BindParameterSource - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, without replacement.
- BindTarget - Interface in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
BindTarget
instead. - BindTargetBinder - Class in org.springframework.data.r2dbc.dialect
-
Utility to bind
Parameter
to aBindTarget
. - BindTargetBinder(BindTarget) - Constructor for class org.springframework.data.r2dbc.dialect.BindTargetBinder
- bindTo(BindTarget) - Method in interface org.springframework.data.r2dbc.core.PreparedOperation
-
Deprecated.Apply bindings to
BindTarget
. - BoundAssignments - Class in org.springframework.data.r2dbc.query
-
Value object representing
Assignment
s with theirBindings
. - BoundAssignments(Bindings, List<Assignment>) - Constructor for class org.springframework.data.r2dbc.query.BoundAssignments
- BoundCondition - Class in org.springframework.data.r2dbc.query
-
Value object representing a
Condition
with itsBindings
. - BoundCondition(Bindings, Condition) - Constructor for class org.springframework.data.r2dbc.query.BoundCondition
- build() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Builder the
DatabaseClient
instance. - builder() - Static method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Obtain a
DatabaseClient
builder. - buildErrorMessage(String, int, EncodedResource) - Static method in exception org.springframework.data.r2dbc.connectionfactory.init.ScriptStatementFailedException
-
Deprecated.Build an error message for an SQL script execution failure, based on the supplied arguments.
- buildMessage(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Build a message
String
for the givenR2dbcException
.
C
- CannotReadScriptException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
CannotReadScriptException
instead. - CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.CannotReadScriptException
-
Deprecated.Creates a new
CannotReadScriptException
. - clear() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.
- clear() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- clone() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- closeConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Close the
Connection
. - ColumnMapRowMapper - Class in org.springframework.data.r2dbc.convert
-
Deprecated.since 1.2, use Spring R2DBC's
ColumnMapRowMapper
directly. - ColumnMapRowMapper() - Constructor for class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.
- CompositeDatabasePopulator - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
CompositeDatabasePopulator
instead. - CompositeDatabasePopulator() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.Creates an empty
CompositeDatabasePopulator
. - CompositeDatabasePopulator(Collection<DatabasePopulator>) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.Creates a
CompositeDatabasePopulator
. with the given populators. - CompositeDatabasePopulator(DatabasePopulator...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.Creates a
CompositeDatabasePopulator
with the given populators. - CONNECTION_SYNCHRONIZATION_ORDER - Static variable in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Order value for ReactiveTransactionSynchronization objects that clean up R2DBC Connections.
- ConnectionAccessor - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring R2DBC's
DatabaseClient
support instead. - connectionFactory() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Return a R2DBC
ConnectionFactory
. - connectionFactory(ConnectionFactory) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures the
R2DBC connector
. - ConnectionFactoryInitializer - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ConnectionFactoryInitializer
instead. - ConnectionFactoryInitializer() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.
- ConnectionFactoryLookup - Interface in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ConnectionFactoryLookup
instead. - ConnectionFactoryLookupFailureException - Exception in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ConnectionFactoryLookupFailureException
instead. - ConnectionFactoryLookupFailureException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookupFailureException
-
Deprecated.Constructor for
ConnectionFactoryLookupFailureException
. - ConnectionFactoryLookupFailureException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookupFailureException
-
Deprecated.Constructor for
ConnectionFactoryLookupFailureException
. - ConnectionFactoryUtils - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ConnectionFactoryUtils
instead. - ConnectionHandle - Interface in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC without replacement.
- ConnectionHolder - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ConnectionHolder
instead. - ConnectionHolder(Connection) - Constructor for class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Create a new ConnectionHolder for the given R2DBC
Connection
, wrapping it with aSimpleConnectionHandle
, assuming that there is no ongoing transaction. - ConnectionHolder(Connection, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Create a new ConnectionHolder for the given R2DBC
Connection
, wrapping it with aSimpleConnectionHandle
. - ConnectionProxy - Interface in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use R2DBC's
Wrapped
mechanism instead. - considerNestedRepositories() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- containsKey(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- containsValue(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- convert(E) - Method in class org.springframework.data.r2dbc.convert.EnumWriteSupport
- convert(Boolean) - Method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- convert(Byte) - Method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- convertValue(Object, TypeInformation<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- count() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
-
Get the number of matching elements.
- count() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- count(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- count(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Returns the number of rows for the given entity class applying
Query
. - count(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- create() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- create() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- create() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.
- create() - Method in class org.springframework.data.r2dbc.connectionfactory.TransactionAwareConnectionFactoryProxy
-
Deprecated.Delegates to
ConnectionFactoryUtils
for automatically participating in Spring-managed transactions. - create() - Method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Create a new
BindMarkers
instance. - create(ConnectionFactory) - Static method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Creates a
DatabaseClient
that will use the providedConnectionFactory
. - create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
Create an
DELETE
specification fortable
. - create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Create an
INSERT
specification fortable
. - create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Create an
SELECT
specification fortable
. - create(String, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
-
Create an
INSERT
specification fortable
. - create(R2dbcDialect, R2dbcConverter) - Static method in interface org.springframework.data.r2dbc.core.StatementMapper
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
Create an
DELETE
specification fortable
. - create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Create an
INSERT
specification fortable
. - create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Create an
SELECT
specification fortable
. - create(SqlIdentifier, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
-
Create an
INSERT
specification fortable
. - createCollection(Collection<?>, RelationalPersistentProperty) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
-
Writes the given
Collection
using the givenRelationalPersistentProperty
information. - createColumnMap(int) - Method in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.Create a
Map
instance to be used as column map. - createConverter(R2dbcDialect, Collection<?>) - Static method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- createDefaultQueryMethodEvaluationContextProvider(ListableBeanFactory) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- createDelete(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a
DELETE
specification fortable
. - createDelete(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a
DELETE
specification fortable
. - createInsert(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an
INSERT
specification fortable
. - createInsert(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an
INSERT
specification fortable
. - createParameters(Method) - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
Creates a
BindableQuery
instance using the givenParameterAccessor
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- createRepositoryFactory() - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- createSelect(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a
SELECT
specification fortable
. - createSelect(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a
SELECT
specification fortable
. - createUpdate(String, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an
UPDATE
specification fortable
. - createUpdate(SqlIdentifier, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an
UPDATE
specification fortable
. - Criteria - Class in org.springframework.data.r2dbc.query
-
Deprecated.since 1.1, use
Criteria
instead. - Criteria.CriteriaStep - Interface in org.springframework.data.r2dbc.query
-
Deprecated.Interface declaring terminal builder methods to build a
Criteria
. - currentConnectionFactory(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Obtain the
ConnectionFactory
from the current subscriberContext
. - customTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Subclasses can override this method to attempt a custom mapping from
R2dbcException
toDataAccessException
.
D
- dataAccessStrategy(ReactiveDataAccessStrategy) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures a
ReactiveDataAccessStrategy
. - databaseClient() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Register a
DatabaseClient
usingAbstractR2dbcConfiguration.connectionFactory()
andReactiveDataAccessStrategy
. - DatabaseClient - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring R2DBC's
DatabaseClient
support instead. - DatabaseClient.BindSpec<S extends DatabaseClient.BindSpec<S>> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying parameter bindings.
- DatabaseClient.Builder - Interface in org.springframework.data.r2dbc.core
-
Deprecated.A mutable builder for creating a
DatabaseClient
. - DatabaseClient.DeleteFromSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
DELETE
options leading to the exchange. - DatabaseClient.DeleteMatchingSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
DELETE
options leading to the exchange. - DatabaseClient.DeleteSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
DELETE
options leading to the exchange. - DatabaseClient.GenericExecuteSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying a SQL call along with options leading to the exchange.
- DatabaseClient.GenericInsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
INSERT
options leading to the exchange. - DatabaseClient.GenericSelectSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
SELECT
options leading to the exchange. - DatabaseClient.GenericUpdateSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
UPDATE
options leading to the exchange. - DatabaseClient.InsertIntoSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
INSERT
options leading to the exchange. - DatabaseClient.InsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
INSERT
options leading to the exchange. - DatabaseClient.SelectFromSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
SELECT
options leading to the exchange. - DatabaseClient.SelectSpec<S extends DatabaseClient.SelectSpec<S>> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
SELECT
options leading to the exchange. - DatabaseClient.StatementFilterSpec<S extends DatabaseClient.StatementFilterSpec<S>> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for applying a
StatementFilterFunction
. - DatabaseClient.TypedDeleteSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
DELETE
options leading to the exchange. - DatabaseClient.TypedExecuteSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying a SQL call along with options leading to the exchange.
- DatabaseClient.TypedInsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
INSERT
options leading the exchange. - DatabaseClient.TypedSelectSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
SELECT
options leading to the exchange. - DatabaseClient.TypedUpdateSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
UPDATE
options leading to the exchange. - DatabaseClient.UpdateMatchingSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
UPDATE
options leading to the exchange. - DatabaseClient.UpdateSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
UPDATE
options leading to the exchange. - DatabaseClient.UpdateTableSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Contract for specifying
UPDATE
options leading to the exchange. - databaseClientRef() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Deprecated.since 1.2, in favor of
EnableR2dbcRepositories.entityOperationsRef()
. - DatabasePopulator - Interface in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
DatabasePopulator
instead. - DatabasePopulatorUtils - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
DatabasePopulator.populate(ConnectionFactory)
instead. - dateTimeProviderRef() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
-
Configures a
DateTimeProvider
bean name that allows customizing the timestamp to be used for setting creation and modification dates. - DEFAULT_BLOCK_COMMENT_END_DELIMITER - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Default end delimiter for block comments within SQL scripts:
"*/"
. - DEFAULT_BLOCK_COMMENT_START_DELIMITER - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Default start delimiter for block comments within SQL scripts:
"/*"
. - DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Default maximum number of entries for the SQL cache: 256.
- DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Default prefix for single-line comments within SQL scripts:
"--"
. - DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Default statement separator within SQL scripts:
";"
. - DefaultReactiveDataAccessStrategy - Class in org.springframework.data.r2dbc.core
-
Default
ReactiveDataAccessStrategy
implementation. - DefaultReactiveDataAccessStrategy(R2dbcDialect) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultReactiveDataAccessStrategy(R2dbcDialect, Collection<?>) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultReactiveDataAccessStrategy(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultReactiveDataAccessStrategy(R2dbcDialect, R2dbcConverter, NamedParameterExpander) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DelegatingConnectionFactory - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
DelegatingConnectionFactory
instead. - DelegatingConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- delete() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Prepare an SQL DELETE call.
- delete(Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation
-
Begin creating a
DELETE
operation for the givendomainType
. - delete(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Remove entities (rows)/columns from the table by
Query
. - delete(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Delete the given entity and emit the entity if the delete was applied.
- delete(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(T) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- DeleteSpec(SqlIdentifier, CriteriaDefinition) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- destroy() - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.Use the
database cleaner
to clean up the database. - destroy() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Close the underlying
Connection
. - determineCurrentLookupKey() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Determine the current lookup key.
- determineTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Retrieve the current target
ConnectionFactory
. - DialectResolver - Class in org.springframework.data.r2dbc.dialect
- DialectResolver.NoDialectException - Exception in org.springframework.data.r2dbc.dialect
-
Exception thrown when
DialectResolver
cannot resolve aR2dbcDialect
. - DialectResolver.R2dbcDialectProvider - Interface in org.springframework.data.r2dbc.dialect
-
SPI to extend Spring's default R2DBC Dialect discovery mechanism.
- distinct() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate a result statement distinct with the select and create a new
StatementMapper.SelectSpec
. - doCloseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Close the
Connection
, unless aSmartConnectionFactory
doesn't want us to. - doGetConnection(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Actually obtain a R2DBC Connection from the given
ConnectionFactory
. - doReleaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Actually close the given
Connection
, obtained from the givenConnectionFactory
. - doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Template method for actually translating the given exception.
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.R2dbcExceptionSubclassTranslator
-
Deprecated.
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlStateR2dbcExceptionTranslator
-
Deprecated.
- doWithTable(BiFunction<Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec>) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
E
- empty() - Static method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.Create a new, empty
Bindings
object. - empty() - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.Static factory method to create an empty Criteria.
- empty(Class<?>) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Creates a new empty
SettableValue
fortype
. - EnableR2dbcAuditing - Annotation Interface in org.springframework.data.r2dbc.config
-
Annotation to enable auditing in R2DBC via annotation configuration.
- EnableR2dbcRepositories - Annotation Interface in org.springframework.data.r2dbc.repository.config
-
Annotation to activate reactive relational repositories using R2DBC.
- entityOperationsRef() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Configures the name of the
R2dbcEntityOperations
bean to be used with the repositories detected. - EntityRowMapper<T> - Class in org.springframework.data.r2dbc.convert
-
Maps a
Row
to an entity of typeT
, including entities referenced. - EntityRowMapper(Class<T>, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.convert.EntityRowMapper
- entrySet() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- EnumWriteSupport<E extends Enum<E>> - Class in org.springframework.data.r2dbc.convert
-
Support class to natively write
Enum
values to the database. - EnumWriteSupport() - Constructor for class org.springframework.data.r2dbc.convert.EnumWriteSupport
- EOF_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.End of file (EOF) SQL statement separator:
"^^^ END OF SCRIPT ^^^"
. - equals(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- equals(Object) - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- exceptionTranslator(R2dbcExceptionTranslator) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures a
R2dbcExceptionTranslator
. - excludeFilters() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Specifies which types are not eligible for component scanning.
- execute(ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Execute this
ResourceDatabasePopulator
against the givenConnectionFactory
. - execute(Statement) - Method in interface org.springframework.data.r2dbc.core.ExecuteFunction
-
Deprecated.
- execute(Object[]) - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- execute(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Specify a static
sql
string to execute. - execute(Supplier<String>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Specify a
SQL supplier
that provides SQL to execute. - execute(DatabasePopulator, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.init.DatabasePopulatorUtils
-
Deprecated.Execute the given
DatabasePopulator
against the givenConnectionFactory
. - executeFunction(ExecuteFunction) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures a
ExecuteFunction
to executeStatement
objects. - ExecuteFunction - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
ExecuteFunction
support instead. - executeSqlScript(Connection, Resource) - Static method in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource) - Static method in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
- executeSqlScript(Connection, EncodedResource, DataBufferFactory, boolean, boolean, String, String, String, String) - Static method in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Execute the given SQL script.
- exists() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
-
Check for the presence of matching elements.
- exists(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- exists(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Determine whether the result for
entityClass
Query
yields at least one row. - exists(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- existsById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- existsById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- expand(String, BindMarkersFactory, BindParameterSource) - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Parse the SQL statement and locate any placeholders or named parameters.
F
- FALLBACK_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Fallback statement separator within SQL scripts:
"\n"
. - fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericSelectSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedExecuteSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedSelectSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- fetch() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateSpec
-
Deprecated.Perform the SQL call and retrieve the result.
- FetchSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
FetchSpec
support instead. - Field(SqlIdentifier) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.Field
-
Creates a new
QueryMapper.Field
without meta-information but the given name. - filter(Statement, ExecuteFunction) - Method in interface org.springframework.data.r2dbc.core.StatementFilterFunction
-
Deprecated.Apply this filter to the given
Statement
andExecuteFunction
. - filter(Function<? super Statement, ? extends Statement>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.StatementFilterSpec
-
Deprecated.Add the given filter to the end of the filter chain.
- filter(StatementFilterFunction) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.StatementFilterSpec
-
Deprecated.Add the given filter to the end of the filter chain.
- findAll() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Example<S>, Sort) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Sort) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAllById(Iterable<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAllById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findBy(Example<S>, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findOne(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- first() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
-
Get the first result or no result.
- first() - Method in interface org.springframework.data.r2dbc.core.RowsFetchSpec
-
Deprecated.Get the first or no result.
- FluentR2dbcOperations - Interface in org.springframework.data.r2dbc.core
-
Stripped down interface providing access to a fluent API that specifies a basic set of reactive R2DBC operations.
- forEach(BiConsumer<? super SqlIdentifier, ? super Parameter>) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- forEach(Consumer<? super Bindings.Binding>) - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.Performs the given action for each binding of this
Bindings
until all bindings have been processed or the action throws an exception. - forType(Class<T>) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a typed
StatementMapper
that considers type-specific mapping metadata. - from(Class<T>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteFromSpec
-
Deprecated.Specify the source table to delete from to using the
entity class
. - from(Class<T>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectFromSpec
-
Deprecated.Specify the source table to select from to using the
entity class
. - from(Object) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Creates a new
SettableValue
fromvalue
. - from(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteFromSpec
-
Deprecated.Specify the source
table
to delete from. - from(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectFromSpec
-
Deprecated.Specify the source
table
to select from. - from(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithTable
-
Explicitly set the
name
of the table on which to perform the delete. - from(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithTable
-
Explicitly set the
name
of the table on which to perform the query. - from(List<Criteria>) - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- from(Criteria...) - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteFromSpec
-
Deprecated.Specify the source
table
to delete from. - from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectFromSpec
-
Deprecated.Specify the source
table
to select from. - from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithTable
-
Explicitly set the
name
of the table on which to perform the delete. - from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithTable
-
Explicitly set the
name
of the table on which to perform the query. - fromOrEmpty(Object, Class<?>) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- fromParameter(Parameter) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Factory method to create a
SettableValue
fromParameter
.
G
- get() - Method in interface org.springframework.data.r2dbc.core.PreparedOperation
-
Deprecated.
- get() - Method in interface org.springframework.data.r2dbc.core.QueryOperation
-
Deprecated.
- get(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- getAllColumns(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getAllColumns(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
- getArrayClass(Class<?>, int) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
-
Create a new empty array with the given number of
dimensions
. - getArraySupport() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getArrayValue(ArrayColumns, RelationalPersistentProperty, Object) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- getArrayValue(ArrayColumns, RelationalPersistentProperty, Object) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Convert a
value
into an array representation according toArrayColumns
. - getAssignments() - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- getAssignments() - Method in class org.springframework.data.r2dbc.query.BoundAssignments
- getAssignments() - Method in class org.springframework.data.r2dbc.query.Update
-
Deprecated.Returns all assignments.
- getAutoCommitValue() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Return whether the returned
Connection
's "autoCommit" setting should be overridden. - getBindings() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- getBindings() - Method in class org.springframework.data.r2dbc.query.BoundAssignments
- getBindings() - Method in class org.springframework.data.r2dbc.query.BoundCondition
- getBindMarker() - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.OracleDialect
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getBindMarkersFactory() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
-
Returns the
BindMarkersFactory
used by this dialect. - getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.SqlServerDialect
- getBindValue(SettableValue) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getBindValue(SettableValue) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.since 1.2, use
ReactiveDataAccessStrategy.getBindValue(Parameter)
instead. - getBindValue(SettableValue) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Potentially convert the
SettableValue
. - getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getBindValue(Parameter) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Return a potentially converted
Parameter
for strategies that support type conversion. - getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Potentially convert the
Parameter
. - getCacheLimit() - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Return the maximum number of entries for the SQL cache.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Wrap the given
Connection
with a proxy that delegates every method call to it but suppresses close calls. - getColumn() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getColumnKey(String) - Method in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.Determine the key to use for the given column in the column
Map
. - getColumnValue(Row, int) - Method in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.Retrieve a R2DBC object value for the specified column.
- getCombinator() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getComparator() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getCondition() - Method in class org.springframework.data.r2dbc.query.BoundCondition
- getConnection() - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionHandle
-
Deprecated.Fetch the R2DBC Connection that this handle refers to.
- getConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Return the current
Connection
held by thisConnectionHolder
. - getConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
-
Deprecated.Return the specified Connection as-is.
- getConnection(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Obtain a
Connection
from the givenConnectionFactory
. - getConnectionFactories() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Get the
Map
ofConnectionFactories
maintained by this object. - getConnectionFactory() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Return the
ConnectionFactory
that this client uses. - getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
Deprecated.
- getConnectionFactory(String) - Method in interface org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookup
-
Deprecated.Retrieve the
ConnectionFactory
identified by the given name. - getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.
- getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.SingleConnectionFactoryLookup
-
Deprecated.
- getConnectionHandle() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Return the ConnectionHandle held by this ConnectionHolder.
- getConversionService() - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Returns the underlying
ConversionService
used by the converter. - getConverter() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getConverter() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Return the underlying
R2dbcConverter
. - getConverter() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getConverter() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Returns the
R2dbcConverter
. - getConverters() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getConverters() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getConverters() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
-
Return a collection of converters for this dialect.
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getCustomConverters() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Customization hook to return custom converters.
- getDataAccessStrategy() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Deprecated.use
R2dbcEntityOperations.getConverter()
instead asReactiveDataAccessStrategy
will be removed in a future release. - getDataAccessStrategy() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getDatabaseClient() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Expose the underlying
DatabaseClient
to allow SQL operations. - getDatabaseClient() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getDialect(ConnectionFactory) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Return a
R2dbcDialect
for the givenConnectionFactory
. - getDialect(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.dialect.DialectResolver
-
Retrieve a
R2dbcDialect
by inspectingConnectionFactory
and its metadata. - getDialect(ConnectionFactory) - Method in interface org.springframework.data.r2dbc.dialect.DialectResolver.R2dbcDialectProvider
-
Returns a
R2dbcDialect
for aConnectionFactory
. - getDimensionDepth(Class<?>) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
-
Determine the number of dimensions for an
arrayClass
. - getDimensionDepth(Object) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
-
Determine the number of dimensions for an array object.
- getEntityInformation() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- getEntityInformation(Class<T>) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getFactoryInstance(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
Creates and initializes a
RepositoryFactorySupport
instance. - getFactoryInstance(DatabaseClient, ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
Creates and initializes a
RepositoryFactorySupport
instance. - getFallbackTranslator() - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Return the fallback exception translator, if any.
- getGroup() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getIdentifierColumns(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getIdentifierColumns(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
- getIdentifyingAnnotations() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getLimit() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getMappedColumnName() - Method in class org.springframework.data.r2dbc.query.QueryMapper.Field
-
Returns the key to be used in the mapped document eventually.
- getMappedColumnName() - Method in class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- getMappedObject(Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Map the
Sort
object to apply field name mapping usingthe type to read
. - getMappedObject(StatementMapper.DeleteSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Map a delete specification to a
PreparedOperation
. - getMappedObject(StatementMapper.InsertSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Map a insert specification to a
PreparedOperation
. - getMappedObject(StatementMapper.SelectSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Map a select specification to a
PreparedOperation
. - getMappedObject(StatementMapper.UpdateSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Map a update specification to a
PreparedOperation
. - getMappedObject(Expression, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Map the
Expression
object to apply field name mapping usingthe type to read
. - getMappedObject(BindMarkers, Map<SqlIdentifier, ? extends Object>, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
- getMappedObject(BindMarkers, Criteria, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Deprecated.since 1.1.
- getMappedObject(BindMarkers, Update, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
-
Deprecated.
- getMappedObject(BindMarkers, CriteriaDefinition, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- getMappedObject(BindMarkers, Update, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
- getMappedSort(Table, Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Map the
Sort
object to apply field name mapping usingthe type to read
. - getMappingContext() - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Returns the underlying
MappingContext
used by the converter. - getMappingContext() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getMappingContext() - Method in class org.springframework.data.r2dbc.query.QueryMapper
- getMetadata() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- getMetadata() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- getModuleName() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getModulePrefix() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getObject() - Method in class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
- getObjectType() - Method in class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
- getOffset() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getOrder() - Method in class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
- getOutboundRow(Object) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getOutboundRow(Object) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Returns a
OutboundRow
that maps column names to aParameter
value. - getParameter(int, String) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy.NamedParameterProvider
-
Deprecated.Returns the
value
for a parameter identified either by name or by index. - getParameterNames() - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.Returns parameter names of the underlying parameter source.
- getParameterNames(String) - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Parse the SQL statement and locate any placeholders or named parameters.
- getParameters() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- getPlaceholder() - Method in interface org.springframework.data.r2dbc.dialect.BindMarker
-
Deprecated.Returns the database-specific placeholder for a given substitution.
- getPrevious() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getProjectedFields() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Deprecated.since 1.1, use
StatementMapper.SelectSpec.getSelectList()
instead. - getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getQueryMethod() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- getR2dbcException() - Method in exception org.springframework.data.r2dbc.BadSqlGrammarException
-
Deprecated.Return the wrapped
R2dbcException
. - getR2dbcException() - Method in exception org.springframework.data.r2dbc.InvalidResultAccessException
-
Deprecated.Return the wrapped
R2dbcException
. - getR2dbcException() - Method in exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
Deprecated.Returns the original
R2dbcException
. - getRenderContext() - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Returns
RenderContext
. - getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getRequiredAnnotatedQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
-
Returns the required query string declared in a
Query
annotation or throwsIllegalStateException
if neither the annotation found nor the attribute was specified. - getRowMapper(Class<T>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getRowMapper(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
- getSelectList() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getSimpleTypeHolder() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
-
Return the
SimpleTypeHolder
for this dialect. - getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getSimpleTypes() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
-
Return a collection of types that are natively supported by this database/driver.
- getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.SqlServerDialect
- getSort() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getSource() - Method in interface org.springframework.data.r2dbc.core.PreparedOperation
-
Deprecated.
- getSql() - Method in exception org.springframework.data.r2dbc.BadSqlGrammarException
-
Deprecated.Return the SQL that caused the problem.
- getSql() - Method in interface org.springframework.data.r2dbc.core.SqlProvider
-
Deprecated.Return the SQL string for this object, i.e. typically the SQL used for creating statements.
- getSql() - Method in exception org.springframework.data.r2dbc.InvalidResultAccessException
-
Deprecated.Return the SQL that caused the problem.
- getSql() - Method in exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
Deprecated.Return the SQL that led to the problem (if known).
- getSqlErrorCodes() - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Return the error codes used by this translator.
- getStatementMapper() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getStatementMapper() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Returns the
R2dbcDialect
-specificStatementMapper
. - getStoreConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Returns the
R2dbcDialect
-specificCustomConversions.StoreConversions
. - getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getTableName(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getTableName(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
- getTargetConnection() - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionProxy
-
Deprecated.Return the target
Connection
of this proxy. - getTargetConnection(Connection) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Return the innermost target
Connection
of the givenConnection
. - getTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.Return the target
ConnectionFactory
that thisConnectionFactory
should delegate to. - getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getTargetType(Class<?>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- getTargetType(Class<?>) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Return the target type for a value considering registered converters.
- getTransactionAwareConnectionProxy(ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.TransactionAwareConnectionFactoryProxy
-
Deprecated.Wraps the given
Connection
with a proxy that delegates every method call to it but delegatesclose()
calls toConnectionFactoryUtils
. - getType() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Returns the column value type.
- getType(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.Determine the type for the specified named parameter.
- getTypeHint() - Method in class org.springframework.data.r2dbc.query.QueryMapper.Field
- getTypeHint() - Method in class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- getUpdate() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.Returns the value of this binding.
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
Deprecated.
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.ValueBinding
-
Deprecated.
- getValue() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Returns the column value.
- getValue() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- getValue(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.Return the parameter value for the requested named parameter.
- getValueType() - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
Deprecated.
- greaterThan(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using greater-than(>). - greaterThanOrEquals(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using greater-than or equal to (>=).
H
- H2Dialect - Class in org.springframework.data.r2dbc.dialect
-
An SQL dialect for H2 in Postgres Compatibility mode.
- H2Dialect() - Constructor for class org.springframework.data.r2dbc.dialect.H2Dialect
- hasAnnotatedQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- hasConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Return whether this holder currently has a
Connection
. - hashCode() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- hashCode() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- hasPrevious() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- hasReactiveWrapperParameter() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
-
Check if the given
QueryMethod
receives a reactive parameter wrapper as one of its parameters. - hasValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.Return true if there is a value present, otherwise false for a
NULL
binding. - hasValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
Deprecated.
- hasValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.ValueBinding
-
Deprecated.
- hasValue() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Returns whether this
SettableValue
has a value. - hasValue(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.Determine whether there is a value for the specified named parameter.
- HOLDER - Static variable in class org.springframework.data.r2dbc.mapping.R2dbcSimpleTypeHolder
I
- identifiablePlaceholders() - Method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Return whether the
BindMarkersFactory
uses identifiable placeholders. - ignoreCase(boolean) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.Creates a new
Criteria
with the given "ignore case" flag. - in(Object...) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIN
. - in(Collection<?>) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIN
. - includeFilters() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Specifies which types are eligible for component scanning.
- inConnection(Function<Connection, Mono<T>>) - Method in interface org.springframework.data.r2dbc.core.ConnectionAccessor
-
Deprecated.Execute a callback
Function
within aConnection
scope. - inConnectionMany(Function<Connection, Flux<T>>) - Method in interface org.springframework.data.r2dbc.core.ConnectionAccessor
-
Deprecated.Execute a callback
Function
within aConnection
scope. - indexed(String, int) - Static method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Create index-based
BindMarkers
using indexes to bind parameters. - insert() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Prepare an SQL INSERT call.
- insert(Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- insert(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation
-
Begin creating an
INSERT
operation for givendomainType
. - insert(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Insert the given entity and emit the entity if the insert was applied.
- insert(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- InsertSpec(SqlIdentifier, Map<SqlIdentifier, Parameter>) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- INSTANCE - Enum constant in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- INSTANCE - Enum constant in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- INSTANCE - Static variable in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.H2Dialect
-
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.MySqlDialect
-
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.OracleDialect
-
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.PostgresDialect
-
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.SqlServerDialect
-
Singleton instance.
- inTable(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithTable
-
Explicitly set the
name
of the table on which to perform the update. - inTable(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithTable
-
Explicitly set the
name
of the table on which to perform the update. - into(Class<T>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertIntoSpec
-
Deprecated.Specify the target table to insert to using the
entity class
. - into(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertIntoSpec
-
Deprecated.Specify the target
table
to insert into. - into(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.InsertWithTable
-
Explicitly set the
name
of the table. - into(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertIntoSpec
-
Deprecated.Specify the target
table
to insert into. - into(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.InsertWithTable
-
Explicitly set the
name
of the table. - InvalidResultAccessException - Exception in org.springframework.data.r2dbc
-
Deprecated.since 1.2, not in use anymore.
- InvalidResultAccessException(R2dbcException) - Constructor for exception org.springframework.data.r2dbc.InvalidResultAccessException
-
Deprecated.Creates a new
InvalidResultAccessException
. - InvalidResultAccessException(String, String, R2dbcException) - Constructor for exception org.springframework.data.r2dbc.InvalidResultAccessException
-
Deprecated.Creates a new
InvalidResultAccessException
. - is(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using equality. - isCollectionQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
Returns whether the query should get a count projection applied.
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isDistinct() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- isEmpty() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- isEmpty() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.Returns whether this
SettableValue
has a empty. - isEmpty() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
Returns whether the query should get an exists projection applied.
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isFalse() - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIS FALSE
. - isGroup() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- isIgnoreCase() - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.Checks whether comparison should be done in case-insensitive way.
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
Returns whether this query is a modifying one.
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isNotNull() - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIS NOT NULL
. - isNull() - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.Return true if this is is a
NULL
binding. - isNull() - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIS NULL
. - isSimpleType(Class<?>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- isSimpleType(Class<?>) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Return whether the
type
is a simple type. - isStreamQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isSuppressClose() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Return whether the returned
Connection
will be a close-suppressing proxy or the physicalConnection
. - isTransactionActive() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Return whether this holder represents an active, R2DBC-managed transaction.
- isTrue() - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingIS TRUE
. - iterator() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
K
- keySet() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
L
- lessThan(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using less-than (<). - lessThanOrEquals(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using less-than or equal to (<=). - like(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingLIKE
. - limit(int) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate a result limit with the select and create a new
StatementMapper.SelectSpec
. - logger - Variable in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Logger available to subclasses
M
- map(BiFunction<Row, RowMetadata, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Deprecated.Configure a result mapping
function
. - map(BiFunction<Row, RowMetadata, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericSelectSpec
-
Deprecated.Configure a result mapping
function
. - map(BiFunction<Row, RowMetadata, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertSpec
-
Deprecated.Configure a result mapping
function
. - map(BiFunction<Row, RowMetadata, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedExecuteSpec
-
Deprecated.Configure a result mapping
function
. - map(BiFunction<Row, RowMetadata, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedSelectSpec
-
Deprecated.Configure a result mapping
function
. - map(Function<Row, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Deprecated.Configure a result mapping
function
. - map(Function<Row, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericSelectSpec
-
Deprecated.Configure a result mapping
function
. - map(Function<Row, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertSpec
-
Deprecated.Configure a result mapping
function
. - map(Function<Row, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedExecuteSpec
-
Deprecated.Configure a result mapping
function
. - map(Function<Row, R>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedSelectSpec
-
Deprecated.Configure a result mapping
function
. - MapConnectionFactoryLookup - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
MapConnectionFactoryLookup
instead. - MapConnectionFactoryLookup() - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Create a new instance of the
MapConnectionFactoryLookup
class. - MapConnectionFactoryLookup(String, ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Create a new instance of the
MapConnectionFactoryLookup
class. - MapConnectionFactoryLookup(Map<String, ConnectionFactory>) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Create a new instance of the
MapConnectionFactoryLookup
class. - MappingR2dbcConverter - Class in org.springframework.data.r2dbc.convert
-
Converter for R2DBC.
- MappingR2dbcConverter(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
-
Creates a new
MappingR2dbcConverter
givenMappingContext
. - MappingR2dbcConverter(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>, CustomConversions) - Constructor for class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- matching(CriteriaDefinition) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteMatchingSpec
-
Deprecated.Configure a filter
CriteriaDefinition
. - matching(CriteriaDefinition) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure a filter
CriteriaDefinition
. - matching(CriteriaDefinition) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedDeleteSpec
-
Deprecated.Configure a filter
CriteriaDefinition
. - matching(CriteriaDefinition) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateMatchingSpec
-
Deprecated.Configure a filter
CriteriaDefinition
. - matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithQuery
-
Define the
Query
used to filter elements in the delete. - matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithQuery
-
Set the
Query
used as a filter in theSELECT
statement. - matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithQuery
-
Filter rows to update by the given
Query
. - maybeCallAfterConvert(T, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallAfterSave(T, OutboundRow, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallBeforeConvert(T, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallBeforeSave(T, OutboundRow, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- merge(Bindings, Bindings) - Static method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
-
Creates a new
QueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
. - MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>, RelationalPersistentProperty) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
-
Creates a new
QueryMapper.MetadataBackedField
with the given name,RelationalPersistentEntity
andMappingContext
with the givenRelationalPersistentProperty
. - Modifying - Annotation Interface in org.springframework.data.r2dbc.repository
-
Indicates a query method should be considered a modifying query that returns nothing or the number of rows affected by the query.
- modifyOnCreate() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
-
Configures whether the entity shall be marked as modified on creation.
- MutableBindings - Class in org.springframework.data.r2dbc.dialect
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
MutableBindings
instead. - MutableBindings(BindMarkers) - Constructor for class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Create new
MutableBindings
. - mutate() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Return a builder to mutate properties of this database client.
- MySqlDialect - Class in org.springframework.data.r2dbc.dialect
-
An SQL dialect for MySQL.
- MySqlDialect() - Constructor for class org.springframework.data.r2dbc.dialect.MySqlDialect
- MySqlDialect.BooleanToByteConverter - Enum Class in org.springframework.data.r2dbc.dialect
- MySqlDialect.ByteToBooleanConverter - Enum Class in org.springframework.data.r2dbc.dialect
N
- name - Variable in class org.springframework.data.r2dbc.query.QueryMapper.Field
- named(String, String, int) - Static method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Create named
BindMarkers
using identifiers to bind parameters. - named(String, String, int, Function<String, String>) - Static method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.Create named
BindMarkers
using identifiers to bind parameters. - NamedParameterExpander - Class in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, without replacement.
- NamedParameterExpander() - Constructor for class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Create a new enabled instance of
NamedParameterExpander
. - namedParameters(boolean) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures whether to use named parameter expansion.
- namedQueriesLocation() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Configures the location of where to find the Spring Data named queries properties file.
- next() - Method in interface org.springframework.data.r2dbc.dialect.BindMarkers
-
Deprecated.Creates a new
BindMarker
. - next(String) - Method in interface org.springframework.data.r2dbc.dialect.BindMarkers
-
Deprecated.Creates a new
BindMarker
that accepts ahint
. - nextMarker() - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Obtain the next
BindMarker
. - nextMarker(String) - Method in class org.springframework.data.r2dbc.dialect.MutableBindings
-
Deprecated.Obtain the next
BindMarker
with a namehint
. - NoDialectException(String) - Constructor for exception org.springframework.data.r2dbc.dialect.DialectResolver.NoDialectException
-
Constructor for NoDialectFoundException.
- not(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
using equality (is not). - notIn(Object...) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingNOT IN
. - notIn(Collection<?>) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingNOT IN
. - notLike(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Deprecated.Creates a
Criteria
usingNOT LIKE
. - NullBinding(BindMarker, Class<?>) - Constructor for class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
Deprecated.
- nullValue(String, Class<?>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericInsertSpec
-
Deprecated.Specify a null value to insert.
- nullValue(SqlIdentifier, Class<?>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericInsertSpec
-
Deprecated.Specify a null value to insert.
O
- obtainTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.Obtain the target
ConnectionFactory
for actual use (never null). - of(R2dbcDialect, Object...) - Static method in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- of(R2dbcDialect, Collection<?>) - Static method in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- offset(long) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate a result offset with the select and create a new
StatementMapper.SelectSpec
. - onAfterConvert(T, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.AfterConvertCallback
-
Entity callback method invoked after a domain object is materialized from a row.
- onAfterSave(T, OutboundRow, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.AfterSaveCallback
-
Entity callback method invoked after a domain object is saved.
- onBeforeConvert(Object, SqlIdentifier) - Method in class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
- onBeforeConvert(T, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback
-
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeSave(T, OutboundRow, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.BeforeSaveCallback
-
Entity callback method invoked before a domain object is saved.
- one() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
-
Get exactly zero or one result.
- one() - Method in interface org.springframework.data.r2dbc.core.RowsFetchSpec
-
Deprecated.Get exactly zero or one result.
- or(String) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- or(List<Criteria>) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- or(Criteria) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- OracleDialect - Class in org.springframework.data.r2dbc.dialect
-
An SQL dialect for Oracle.
- OracleDialect() - Constructor for class org.springframework.data.r2dbc.dialect.OracleDialect
- orderBy(Sort) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure
Sort
. - orderBy(Sort.Order...) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure
Sort
. - org.springframework.data.r2dbc - package org.springframework.data.r2dbc
-
Support infrastructure for the configuration of R2DBC-specific repositories.
- org.springframework.data.r2dbc.config - package org.springframework.data.r2dbc.config
-
Configuration classes for Spring Data R2DBC.
- org.springframework.data.r2dbc.connectionfactory - package org.springframework.data.r2dbc.connectionfactory
-
Connection and ConnectionFactory specifics for R2DBC.
- org.springframework.data.r2dbc.connectionfactory.init - package org.springframework.data.r2dbc.connectionfactory.init
-
Provides extensible support for initializing databases through scripts.
- org.springframework.data.r2dbc.connectionfactory.lookup - package org.springframework.data.r2dbc.connectionfactory.lookup
-
Provides a strategy for looking up R2DBC ConnectionFactories by name.
- org.springframework.data.r2dbc.convert - package org.springframework.data.r2dbc.convert
-
R2DBC-specific conversion and converter implementations.
- org.springframework.data.r2dbc.core - package org.springframework.data.r2dbc.core
-
Core domain types around DatabaseClient.
- org.springframework.data.r2dbc.dialect - package org.springframework.data.r2dbc.dialect
-
Dialects abstract the SQL dialect of the underlying database.
- org.springframework.data.r2dbc.mapping - package org.springframework.data.r2dbc.mapping
-
Domain objects for R2DBC.
- org.springframework.data.r2dbc.mapping.event - package org.springframework.data.r2dbc.mapping.event
-
Mapping event callback infrastructure for the R2DBC row-to-object mapping subsystem.
- org.springframework.data.r2dbc.query - package org.springframework.data.r2dbc.query
-
Query and update support.
- org.springframework.data.r2dbc.repository - package org.springframework.data.r2dbc.repository
-
R2DBC-specific repository implementation.
- org.springframework.data.r2dbc.repository.config - package org.springframework.data.r2dbc.repository.config
-
Support infrastructure for the configuration of R2DBC-specific repositories.
- org.springframework.data.r2dbc.repository.query - package org.springframework.data.r2dbc.repository.query
-
Query support for R2DBC repositories.
- org.springframework.data.r2dbc.repository.support - package org.springframework.data.r2dbc.repository.support
-
Support infrastructure for query derivation of R2DBC-specific repositories.
- org.springframework.data.r2dbc.support - package org.springframework.data.r2dbc.support
-
Support infrastructure for the configuration of R2DBC-specific repositories.
- OutboundRow - Class in org.springframework.data.r2dbc.mapping
- OutboundRow() - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Creates an empty
OutboundRow
instance. - OutboundRow(String, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Create a
OutboundRow
instance initialized with the given key/value pair. - OutboundRow(Map<String, Parameter>) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Creates a new
OutboundRow
from aMap
. - OutboundRow(SqlIdentifier, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Create a
OutboundRow
instance initialized with the given key/value pair.
P
- page(Pageable) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure pagination.
- PartTreeR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
-
An
AbstractR2dbcQuery
implementation based on aPartTree
. - PartTreeR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
-
Creates new instance of this class with the given
R2dbcQueryMethod
,DatabaseClient
,R2dbcConverter
andReactiveDataAccessStrategy
. - PersistentEntitiesFactoryBean - Class in org.springframework.data.r2dbc.config
-
Simple helper to be able to wire the
PersistentEntities
from aR2dbcMappingContext
bean available in the application context. - PersistentEntitiesFactoryBean(R2dbcMappingContext) - Constructor for class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
-
Creates a new
PersistentEntitiesFactoryBean
for the givenR2dbcMappingContext
. - populate(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.
- populate(Connection) - Method in interface org.springframework.data.r2dbc.connectionfactory.init.DatabasePopulator
-
Deprecated.Populate, initialize, or clean up the database using the provided R2DBC
Connection
. - populate(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.
- populateIdIfNecessary(T) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- populateIdIfNecessary(T) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- PostgresDialect - Class in org.springframework.data.r2dbc.dialect
-
An SQL dialect for Postgres.
- PostgresDialect() - Constructor for class org.springframework.data.r2dbc.dialect.PostgresDialect
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- prepareConnection(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Prepare the
Connection
before using it. - PreparedOperation<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring R2DBC's
PreparedOperation
support instead. - processNamedParameters(String, ReactiveDataAccessStrategy.NamedParameterProvider) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- processNamedParameters(String, ReactiveDataAccessStrategy.NamedParameterProvider) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.since 1.2.
DatabaseClient
encapsulates named parameter handling entirely. - project(String...) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure projected fields.
- project(SqlIdentifier...) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.Configure projected fields.
- projectionFactory(ProjectionFactory) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.Configures the
projection factory
. - put(String, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- put(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- putAll(Map<? extends SqlIdentifier, ? extends Parameter>) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
Q
- query(PreparedOperation<?>, Class<?>, BiFunction<Row, RowMetadata, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- query(PreparedOperation<?>, Class<?>, BiFunction<Row, RowMetadata, T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, Class<?>, Function<Row, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- query(PreparedOperation<?>, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Execute a query for a
RowsFetchSpec
, givenPreparedOperation
. - query(PreparedOperation<?>, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, BiFunction<Row, RowMetadata, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Execute a query for a
RowsFetchSpec
, givenPreparedOperation
. - query(PreparedOperation<?>, BiFunction<Row, RowMetadata, T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, Function<Row, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Execute a query for a
RowsFetchSpec
, givenPreparedOperation
. - Query - Annotation Interface in org.springframework.data.r2dbc.repository
-
Annotation to provide SQL statements that will get used for executing the method.
- queryLookupStrategy() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Returns the key of the
QueryLookupStrategy
to be used for lookup queries for query methods. - QueryMapper - Class in org.springframework.data.r2dbc.query
-
Maps
CriteriaDefinition
andSort
objects considering mapping metadata and dialect-specific conversion. - QueryMapper(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper
-
Creates a new
QueryMapper
with the givenR2dbcConverter
. - QueryMapper.Field - Class in org.springframework.data.r2dbc.query
-
Value object to represent a field and its meta-information.
- QueryMapper.MetadataBackedField - Class in org.springframework.data.r2dbc.query
-
Extension of
QueryMapper.Field
to be backed with mapping metadata. - QueryOperation - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring R2DBC's
QueryOperation
support instead.
R
- R2DBC_SIMPLE_TYPES - Static variable in class org.springframework.data.r2dbc.mapping.R2dbcSimpleTypeHolder
-
Set of R2DBC simple types.
- r2dbcConverter(R2dbcMappingContext, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Creates a
R2dbcConverter
using the configuredAbstractR2dbcConfiguration.r2dbcMappingContext(Optional, R2dbcCustomConversions)
R2dbcMappingContext}. - R2dbcConverter - Interface in org.springframework.data.r2dbc.convert
-
Central R2DBC specific converter interface.
- r2dbcCustomConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Register custom
Converter
s in aCustomConversions
object if required. - R2dbcCustomConversions - Class in org.springframework.data.r2dbc.convert
-
Value object to capture custom conversion.
- R2dbcCustomConversions(Collection<?>) - Constructor for class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
-
Deprecated.since 1.3, use
R2dbcCustomConversions.of(R2dbcDialect, Object...)
orR2dbcCustomConversions(StoreConversions, Collection)
directly to consider dialect-native simple types. UseCustomConversions.StoreConversions.NONE
to omit store-specific converters. - R2dbcCustomConversions(CustomConversions.StoreConversions, Collection<?>) - Constructor for class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
-
Create a new
R2dbcCustomConversions
instance registering the given converters. - R2dbcDialect - Interface in org.springframework.data.r2dbc.dialect
-
R2DBC-specific extension to
Dialect
. - R2dbcEntityOperations - Interface in org.springframework.data.r2dbc.core
-
Interface specifying a basic set of reactive R2DBC operations using entities.
- r2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- R2dbcEntityTemplate - Class in org.springframework.data.r2dbc.core
-
Implementation of
R2dbcEntityOperations
. - R2dbcEntityTemplate(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Create a new
R2dbcEntityTemplate
givenConnectionFactory
. - R2dbcEntityTemplate(DatabaseClient) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Deprecated.since 1.2, use
R2dbcEntityTemplate(DatabaseClient, R2dbcDialect)
instead. - R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Deprecated.since 1.2, use
R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy)
instead. - R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- R2dbcEntityTemplate(DatabaseClient, R2dbcDialect) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Create a new
R2dbcEntityTemplate
givenDatabaseClient
. - R2dbcEntityTemplate(DatabaseClient, R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- R2dbcExceptionSubclassTranslator - Class in org.springframework.data.r2dbc.support
-
Deprecated.since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. - R2dbcExceptionSubclassTranslator() - Constructor for class org.springframework.data.r2dbc.support.R2dbcExceptionSubclassTranslator
-
Deprecated.
- R2dbcExceptionTranslator - Interface in org.springframework.data.r2dbc.support
-
Deprecated.since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. - r2dbcMappingContext(Optional<NamingStrategy>, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Register a
R2dbcMappingContext
and apply an optionalNamingStrategy
. - R2dbcMappingContext - Class in org.springframework.data.r2dbc.mapping
-
R2DBC-specific extension to
RelationalMappingContext
. - R2dbcMappingContext() - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
-
Create a new
R2dbcMappingContext
. - R2dbcMappingContext(NamingStrategy) - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
-
Create a new
R2dbcMappingContext
using the givenNamingStrategy
. - R2dbcQueryMethod - Class in org.springframework.data.r2dbc.repository.query
-
Reactive specific implementation of
QueryMethod
. - R2dbcQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
-
Creates a new
R2dbcQueryMethod
from the givenMethod
. - R2dbcRepository<T,
ID> - Interface in org.springframework.data.r2dbc.repository -
R2DBC specific
Repository
interface with reactive support. - R2dbcRepositoryConfigurationExtension - Class in org.springframework.data.r2dbc.repository.config
-
Reactive
RepositoryConfigurationExtension
for R2DBC. - R2dbcRepositoryConfigurationExtension() - Constructor for class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- R2dbcRepositoryFactory - Class in org.springframework.data.r2dbc.repository.support
-
Factory to create
R2dbcRepository
instances. - R2dbcRepositoryFactory(R2dbcEntityOperations) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
Creates a new
R2dbcRepositoryFactory
givenR2dbcEntityOperations
. - R2dbcRepositoryFactory(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- R2dbcRepositoryFactoryBean<T extends Repository<S,
ID>, S, ID extends Serializable> - Class in org.springframework.data.r2dbc.repository.support -
FactoryBean
to createR2dbcRepository
instances. - R2dbcRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
Creates a new
R2dbcRepositoryFactoryBean
for the given repository interface. - R2dbcSimpleTypeHolder - Class in org.springframework.data.r2dbc.mapping
-
Simple constant holder for a
SimpleTypeHolder
enriched with R2DBC specific simple types. - R2dbcTransactionManager - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
R2dbcTransactionManager
instead. - R2dbcTransactionManager() - Constructor for class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
Deprecated.Create a new @link ConnectionFactoryTransactionManager} instance.
- R2dbcTransactionManager(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
Deprecated.Create a new
R2dbcTransactionManager
instance. - ReactiveAuditingEntityCallback - Class in org.springframework.data.r2dbc.mapping.event
-
Reactive
EntityCallback
to populate auditing related fields on an entity about to be saved. - ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
-
Creates a new
BeforeConvertCallback
using the givenMappingContext
andAuditingHandler
provided by the givenObjectFactory
. - reactiveDataAccessStrategy(R2dbcConverter) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Creates a
ReactiveDataAccessStrategy
using the configuredR2dbcConverter
. - ReactiveDataAccessStrategy - Interface in org.springframework.data.r2dbc.core
-
Deprecated.
- ReactiveDataAccessStrategy.NamedParameterProvider - Interface in org.springframework.data.r2dbc.core
-
Deprecated.Interface to retrieve parameters for named parameter processing.
- ReactiveDeleteOperation - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveDeleteOperation
interface allows creation and execution ofDELETE
operations in a fluent API style. - ReactiveDeleteOperation.DeleteWithQuery - Interface in org.springframework.data.r2dbc.core
-
Required
filter
. - ReactiveDeleteOperation.DeleteWithTable - Interface in org.springframework.data.r2dbc.core
-
Table override (optional).
- ReactiveDeleteOperation.ReactiveDelete - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveDeleteOperation.ReactiveDelete
interface provides methods for constructingDELETE
operations in a fluent way. - ReactiveDeleteOperation.TerminatingDelete - Interface in org.springframework.data.r2dbc.core
-
Trigger
DELETE
operation by calling one of the terminating methods. - ReactiveInsertOperation - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveInsertOperation
interface allows creation and execution ofINSERT
operations in a fluent API style. - ReactiveInsertOperation.InsertWithTable<T> - Interface in org.springframework.data.r2dbc.core
-
Table override (optional).
- ReactiveInsertOperation.ReactiveInsert<T> - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveInsertOperation.ReactiveInsert
interface provides methods for constructingINSERT
operations in a fluent way. - ReactiveInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.r2dbc.core
-
Trigger
INSERT
execution by calling one of the terminating methods. - ReactiveSelectOperation - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveSelectOperation
interface allows creation and execution ofSELECT
operations in a fluent API style. - ReactiveSelectOperation.ReactiveSelect<T> - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveSelectOperation.ReactiveSelect
interface provides methods for constructingSELECT
operations in a fluent way. - ReactiveSelectOperation.SelectWithProjection<T> - Interface in org.springframework.data.r2dbc.core
-
Result type override (optional).
- ReactiveSelectOperation.SelectWithQuery<T> - Interface in org.springframework.data.r2dbc.core
-
Define a
Query
used as the filter for theSELECT
. - ReactiveSelectOperation.SelectWithTable<T> - Interface in org.springframework.data.r2dbc.core
-
Table override (optional).
- ReactiveSelectOperation.TerminatingSelect<T> - Interface in org.springframework.data.r2dbc.core
-
Trigger
SELECT
execution by calling one of the terminating methods. - ReactiveUpdateOperation - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveUpdateOperation
interface allows creation and execution ofUPDATE
operations in a fluent API style. - ReactiveUpdateOperation.ReactiveUpdate - Interface in org.springframework.data.r2dbc.core
-
The
ReactiveUpdateOperation.ReactiveUpdate
interface provides methods for constructingUPDATE
operations in a fluent way. - ReactiveUpdateOperation.TerminatingUpdate - Interface in org.springframework.data.r2dbc.core
-
Trigger
UPDATE
execution by calling one of the terminating methods. - ReactiveUpdateOperation.UpdateWithQuery - Interface in org.springframework.data.r2dbc.core
-
Define a
Query
used as the filter for theUpdate
. - ReactiveUpdateOperation.UpdateWithTable - Interface in org.springframework.data.r2dbc.core
-
Table override (optional).
- read(Class<R>, Row) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- read(Class<R>, Row, RowMetadata) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- read(Class<R>, Row, RowMetadata) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
Reads the given source into the given type.
- readScript(EncodedResource, DataBufferFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Deprecated.Read a script without blocking from the given resource, using "
--
" as the comment prefix and ";
" as the statement separator, and build a String containing the lines. - readValue(Object, TypeInformation<?>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- releaseConnection(Connection) - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionHandle
-
Deprecated.Release the R2DBC Connection that this handle refers to.
- releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.Close the given
Connection
, obtained from the givenConnectionFactory
, if it is not managed externally (that is, not bound to the thread). - released() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Releases the current
Connection
held by thisConnectionHolder
. - remove(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- renderForGeneratedValues(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Render a
SqlIdentifier
in a way suitable for registering it as a generated key with a statement throughStatement#returnGeneratedValues
. - renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.dialect.H2Dialect
- renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- renderForGeneratedValues(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
-
Render a
SqlIdentifier
in a way suitable for registering it as a generated key with a statement throughStatement#returnGeneratedValues
. - repositoryBaseClass() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Returns the
FactoryBean
class to be used for each repository instance. - repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Returns the postfix to be used when looking up custom repository implementations.
- resetConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Reset the underlying shared Connection, to be reinitialized on next access.
- resolveSpecifiedConnectionFactory(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Resolve the specified connection factory object into a
ConnectionFactory
instance. - resolveSpecifiedLookupKey(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Resolve the given lookup key object, as specified in the
targetConnectionFactories
map, into the actual lookup key to be used for matching with thecurrent lookup key
. - ResourceDatabasePopulator - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ResourceDatabasePopulator
instead. - ResourceDatabasePopulator() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Creates a new
ResourceDatabasePopulator
with default settings. - ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Creates a new
ResourceDatabasePopulator
with the supplied values. - ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Creates a new
ResourceDatabasePopulator
with default settings for the supplied scripts. - RowsFetchSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
RowsFetchSpec
support instead. - rowsUpdated() - Method in interface org.springframework.data.r2dbc.core.UpdatedRowsFetchSpec
-
Deprecated.Get the number of updated rows.
S
- save(S) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- saveAll(Iterable<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- saveAll(Publisher<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- ScriptException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ScriptException
instead. - ScriptException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
Deprecated.Creates a new
ScriptException
. - ScriptException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
Deprecated.Creates a new
ScriptException
. - ScriptParseException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ScriptParseException
instead. - ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
Deprecated.Creates a new
ScriptParseException
. - ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
Deprecated.Creates a new
ScriptParseException
. - ScriptStatementFailedException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ScriptStatementFailedException
instead. - ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptStatementFailedException
-
Deprecated.Creates a new
ScriptStatementFailedException
. - ScriptUtils - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
ScriptUtils
instead. - select() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Prepare an SQL SELECT call.
- select(Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- select(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation
-
Begin creating a
SELECT
operation for the givendomainType
. - select(Query, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Execute a
SELECT
query and convert the resulting items to a stream of entities. - select(Query, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- selectOne(Query, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Execute a
SELECT
query and convert the resulting item to an entity ensuring exactly one result. - selectOne(Query, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- SelectSpec(Table, List<String>, List<Expression>, CriteriaDefinition, Sort, int, long, boolean) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- set(String, Object) - Method in class org.springframework.data.r2dbc.query.Update
-
Deprecated.Update a column by assigning a value.
- set(SqlIdentifier, Object) - Method in class org.springframework.data.r2dbc.query.Update
-
Deprecated.Update a column by assigning a value.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setAutoCommit(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Set whether the returned
Connection
's "autoCommit" setting should be overridden. - setBeanFactory(BeanFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Deprecated.
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Set the end delimiter that identifies block comments within the SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Set the start delimiter that identifies block comments within the SQL scripts.
- setCacheLimit(int) - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Deprecated.Specify the maximum number of entries for the SQL cache.
- setCommentPrefix(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Set the prefix that identifies single-line comments within the SQL scripts.
- setConnection(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Override the existing Connection handle with the given
Connection
. - setConnectionFactories(Map<String, ConnectionFactory>) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.Set the
Map
ofConnectionFactories
. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.The
ConnectionFactory
for the database to populate when this component is initialized and to clean up when this component is shut down. - setConnectionFactory(ConnectionFactory) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Set the DataSource for this translator.
- setConnectionFactoryLookup(ConnectionFactoryLookup) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Set the
ConnectionFactoryLookup
implementation to use for resolving connection factory name Strings in thetargetConnectionFactories
map. - setContinueOnError(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Flag to indicate that all failures in SQL should be logged but not cause a failure.
- setDataAccessStrategy(ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setDatabaseCleaner(DatabasePopulator) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.Set the
DatabasePopulator
to execute during the bean destruction phase, cleaning up the database and leaving it in a known state for others. - setDatabaseClient(DatabaseClient) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
Configures the
DatabaseClient
to be used. - setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.Set the
DatabasePopulator
to execute during the bean initialization phase. - setDatabaseProductName(String) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Set the database product name for this translator.
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Set the
DataBufferFactory
to use forResource
loading. - setDates() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
-
Configures whether the creation and modification dates are set.
- setDefaultTargetConnectionFactory(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Specify the default target
ConnectionFactory
, if any. - setEnabled(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.Flag to explicitly enable or disable the
database populator
anddatabase cleaner
. - setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
Set the
ReactiveEntityCallbacks
instance to use when invokingcallbacks
like theBeforeSaveCallback
. - setEntityOperations(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setFallbackTranslator(R2dbcExceptionTranslator) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Override the default SQL state fallback translator (typically a
R2dbcExceptionTranslator
). - setIgnoreFailedDrops(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Flag to indicate that a failed SQL
DROP
statement can be ignored. - setLenientFallback(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Specify whether to apply a lenient fallback to the default
ConnectionFactory
if no specificConnectionFactory
could be found for the current lookup key. - setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setPopulators(DatabasePopulator...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.Specify one or more populators to delegate to.
- setScripts(Resource...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Set the scripts to execute to initialize or clean up the database, replacing any previously added scripts.
- setSeparator(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Specify the statement separator, if a custom one.
- setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Set custom error codes to be used for translation.
- setSqlScriptEncoding(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Specify the encoding for the configured SQL scripts, if different from the platform encoding.
- setSqlScriptEncoding(Charset) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.Specify the encoding for the configured SQL scripts, if different from the platform encoding.
- setSuppressClose(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Set whether the returned
Connection
should be a close-suppressing proxy or the physicalConnection
. - SettableValue - Class in org.springframework.data.r2dbc.mapping
-
Deprecated.since 1.2, use Spring R2DBC's
Parameter
directly. - setTargetConnectionFactories(Map<?, ?>) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.Specify the map of target
ConnectionFactories
, with the lookup key as key. - setTransactionActive(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.Set whether this holder represents an active, R2DBC-managed transaction.
- shouldClose(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.This is a single Connection: Do not close it when returning to the "pool".
- shouldClose(Connection) - Method in interface org.springframework.data.r2dbc.connectionfactory.SmartConnectionFactory
-
Deprecated.Should we close this
Connection
, obtained from thisio.r2dbc.spi.ConnectionFactory
? - shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- SimpleConnectionHandle - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
org.springframework.r2dbc.connection
instead. - SimpleR2dbcRepository<T,
ID> - Class in org.springframework.data.r2dbc.repository.support -
Simple
ReactiveSortingRepository
implementation using R2DBC throughDatabaseClient
. - SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
Deprecated.since 1.2.
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, R2dbcEntityOperations, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
Create a new
SimpleR2dbcRepository
. - SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
Create a new
SimpleR2dbcRepository
. - SingleConnectionConnectionFactory - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
SingleConnectionFactory
instead. - SingleConnectionConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Constructor for bean-style configuration.
- SingleConnectionConnectionFactory(Connection, ConnectionFactoryMetadata, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Create a new
SingleConnectionConnectionFactory
with a givenConnection
andConnectionFactoryMetadata
. - SingleConnectionConnectionFactory(String, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.Create a new
SingleConnectionConnectionFactory
using a R2DBC connection URL. - SingleConnectionFactoryLookup - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
SingleConnectionFactoryLookup
instead. - SingleConnectionFactoryLookup(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.SingleConnectionFactoryLookup
-
Deprecated.Create a new instance of the
SingleConnectionFactoryLookup
class. - size() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- SmartConnectionFactory - Interface in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC without replacement.
- spliterator() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- SqlErrorCodeR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
Deprecated.since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. - SqlErrorCodeR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Creates a new
SqlErrorCodeR2dbcExceptionTranslator
. - SqlErrorCodeR2dbcExceptionTranslator(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Create a SQL error code translator for the given DataSource.
- SqlErrorCodeR2dbcExceptionTranslator(String) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Create a SQL error code translator for the given database product name.
- SqlErrorCodeR2dbcExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.Create a SQLErrorCode translator given these error codes.
- SqlProvider - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
SqlProvider
support instead. - SqlServerDialect - Class in org.springframework.data.r2dbc.dialect
-
An SQL dialect for Microsoft SQL Server.
- SqlServerDialect() - Constructor for class org.springframework.data.r2dbc.dialect.SqlServerDialect
- SqlStateR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
Deprecated.since 1.2. Use Spring R2DBC's
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead. - SqlStateR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.SqlStateR2dbcExceptionTranslator
-
Deprecated.
- StatementFilterFunction - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
StatementFilterFunction
support instead. - StatementMapper - Interface in org.springframework.data.r2dbc.core
-
Mapper for statement specifications to
PreparedOperation
. - StatementMapper.DeleteSpec - Class in org.springframework.data.r2dbc.core
-
DELETE
specification. - StatementMapper.InsertSpec - Class in org.springframework.data.r2dbc.core
-
INSERT
specification. - StatementMapper.SelectSpec - Class in org.springframework.data.r2dbc.core
-
SELECT
specification. - StatementMapper.TypedStatementMapper<T> - Interface in org.springframework.data.r2dbc.core
-
Extension to
StatementMapper
that is associated with a type. - StatementMapper.UpdateSpec - Class in org.springframework.data.r2dbc.core
-
UPDATE
specification. - STORE_CONVERSIONS - Static variable in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- STORE_CONVERTERS - Static variable in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- StringBasedR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
-
String-based
StringBasedR2dbcQuery
implementation. - StringBasedR2dbcQuery(String, R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-
Create a new
StringBasedR2dbcQuery
for the givenquery
,R2dbcQueryMethod
,DatabaseClient
,SpelExpressionParser
, andQueryMethodEvaluationContextProvider
. - StringBasedR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-
Creates a new
StringBasedR2dbcQuery
for the givenStringBasedR2dbcQuery
,DatabaseClient
,SpelExpressionParser
, andQueryMethodEvaluationContextProvider
.
T
- table(Class<T>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateTableSpec
-
Deprecated.Specify the target table to update to using the
entity class
. - table(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedDeleteSpec
-
Deprecated.Use the given
tableName
as delete target. - table(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedInsertSpec
-
Deprecated.Use the given
tableName
as insert target. - table(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedUpdateSpec
-
Deprecated.Use the given
tableName
as update target. - table(String) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateTableSpec
-
Deprecated.Specify the target
table
to update. - table(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedDeleteSpec
-
Deprecated.Use the given
tableName
as delete target. - table(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedInsertSpec
-
Deprecated.Use the given
tableName
as insert target. - table(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedUpdateSpec
-
Deprecated.Use the given
tableName
as update target. - table(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateTableSpec
-
Deprecated.Specify the target
table
to update. - then() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.DeleteSpec
-
Deprecated.Perform the SQL call and return a
Mono
that completes without result on statement completion. - then() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericExecuteSpec
-
Deprecated.Perform the SQL call and return a
Mono
that completes without result on statement completion. - then() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.InsertSpec
-
Deprecated.Perform the SQL call and return a
Mono
that completes without result on statement completion. - then() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedExecuteSpec
-
Deprecated.Perform the SQL call and return a
Mono
that completes without result on statement completion. - then() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.UpdateSpec
-
Deprecated.Perform the SQL call and return a
Mono
that completes without result on statement completion. - toParameter() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- toQuery() - Method in interface org.springframework.data.r2dbc.core.QueryOperation
-
Deprecated.Returns the string-representation of this operation to be used with
Statement
creation. - toSql(SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- toSql(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.Render a
SqlIdentifier
for SQL usage. - toSql(SqlIdentifier) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Render a
SqlIdentifier
for SQL usage. - toString() - Method in class org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
-
Deprecated.
- toString() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- toString() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- toString() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- toString() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- TransactionAwareConnectionFactoryProxy - Class in org.springframework.data.r2dbc.connectionfactory
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
TransactionAwareConnectionFactoryProxy
instead. - TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.TransactionAwareConnectionFactoryProxy
-
Deprecated.Create a new
TransactionAwareConnectionFactoryProxy
. - translate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.Pre-checks the arguments, calls
AbstractFallbackR2dbcExceptionTranslator.doTranslate(java.lang.String, java.lang.String, io.r2dbc.spi.R2dbcException)
, and invokes thefallback translator
if necessary. - translate(String, String, R2dbcException) - Method in interface org.springframework.data.r2dbc.support.R2dbcExceptionTranslator
-
Deprecated.Translate the given
R2dbcException
into a genericDataAccessException
.
U
- UncategorizedR2dbcException - Exception in org.springframework.data.r2dbc
-
Deprecated.since 1.2, use Spring R2DBC's
UncategorizedR2dbcException
instead. - UncategorizedR2dbcException(String, String, R2dbcException) - Constructor for exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
Deprecated.Creates a new
UncategorizedR2dbcException
. - UncategorizedScriptException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Deprecated.since 1.2 in favor of Spring R2DBC. Use
UncategorizedScriptException
instead. - UncategorizedScriptException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.UncategorizedScriptException
-
Deprecated.Creates a new
UncategorizedScriptException
. - UncategorizedScriptException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.UncategorizedScriptException
-
Deprecated.Creates a new
UncategorizedScriptException
. - unwrap() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- update() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.Prepare an SQL UPDATE call.
- update(Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- update(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation
-
Begin creating an
UPDATE
operation for the givendomainType
. - update(String, Object) - Static method in class org.springframework.data.r2dbc.query.Update
-
Deprecated.Static factory method to create an
Update
using the provided column. - update(Query, Update, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Update the queried entities and return true if the update was applied.
- update(Query, Update, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- update(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Update the given entity and emit the entity if the update was applied.
- update(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- Update - Class in org.springframework.data.r2dbc.query
-
Deprecated.since 1.1, use
Update
instead. - UpdatedRowsFetchSpec - Interface in org.springframework.data.r2dbc.core
-
Deprecated.since 1.2, use Spring's
UpdatedRowsFetchSpec
support instead. - UpdateMapper - Class in org.springframework.data.r2dbc.query
-
A subclass of
QueryMapper
that mapsUpdate
to update assignments. - UpdateMapper(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.query.UpdateMapper
-
Creates a new
QueryMapper
with the givenR2dbcConverter
. - UpdateSpec(SqlIdentifier, Update, CriteriaDefinition) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- using(Publisher<T>) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedInsertSpec
-
Deprecated.Insert the given
Publisher
to insert one or more objects. - using(Update) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericUpdateSpec
-
Deprecated.
- using(Update) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericUpdateSpec
-
Deprecated.Specify an
Update
object containing assignments. - using(T) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedInsertSpec
-
Deprecated.Insert the given
objectToInsert
. - using(T) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.TypedUpdateSpec
-
Deprecated.Update the given
objectToUpdate
. - using(T) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.TerminatingInsert
-
Insert exactly one
Object
.
V
- value() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
-
Alias for the
EnableR2dbcRepositories.basePackages()
attribute. - value() - Element in annotation interface org.springframework.data.r2dbc.repository.Query
-
The SQL statement to execute when the annotated method gets invoked.
- value(String, Object) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericInsertSpec
-
Deprecated.Specify a field and non-null value to insert.
- value(SqlIdentifier, Object) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.GenericInsertSpec
-
Deprecated.Specify a field and non-null value to insert.
- ValueBinding(BindMarker, Object) - Constructor for class org.springframework.data.r2dbc.dialect.Bindings.ValueBinding
-
Deprecated.
- valueOf(String) - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
W
- where(String) - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.Static factory method to create a Criteria using the provided
column
name. - withColumn(String, SettableValue) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Deprecated.since 1.2, use
StatementMapper.InsertSpec.withColumn(String, Parameter)
instead. - withColumn(String, Parameter) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Associate a column with a
Parameter
and create a newStatementMapper.InsertSpec
. - withColumn(SqlIdentifier, SettableValue) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Deprecated.since 1.2, use
StatementMapper.InsertSpec.withColumn(SqlIdentifier, Parameter)
instead. - withColumn(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Associate a column with a
Parameter
and create a newStatementMapper.InsertSpec
. - withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
Associate a
Criteria
with the delete and return a newStatementMapper.DeleteSpec
. - withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate a
Criteria
with the select and return a newStatementMapper.SelectSpec
. - withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
-
Associate a
Criteria
with the update and return a newStatementMapper.UpdateSpec
. - withPage(Pageable) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate a
Pageable
with the select and create a newStatementMapper.SelectSpec
. - withProjection(String...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate
projectedFields
with the select and create a newStatementMapper.SelectSpec
. - withProjection(Collection<Expression>) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate
projectedFields
with the select and create a newStatementMapper.SelectSpec
. - withProjection(Expression...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate
expressions
with the select list and create a newStatementMapper.SelectSpec
. - withProjection(SqlIdentifier...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate
projectedFields
with the select and create a newStatementMapper.SelectSpec
. - withSort(Sort) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Associate
Sort
with the select and create a newStatementMapper.SelectSpec
. - write(Object, OutboundRow) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
ConnectionFactoryUtils.convertR2dbcException(String, String, R2dbcException)
instead.