- AbstractFallbackR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
- 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
-
- AbstractR2dbcQuery(R2dbcQueryMethod, DatabaseClient, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
- AbstractRoutingConnectionFactory - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
- 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.
- 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.
- 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
-
- 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(Bindings) - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
Merge this bindings with an other
Bindings
object and create a new merged
Bindings
object.
- and(String) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
Create a new
Criteria
and combine it with
AND
using the provided
column
name.
- and(Criteria) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
Create a new
Criteria
and combine it as group with
AND
using the provided
Criteria
group.
- and(List<Criteria>) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
Create a new
Criteria
and combine it as group with
AND
using the provided
Criteria
group.
- 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(BindTarget) - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Deprecated.
- 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
-
- CannotReadScriptException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
- CannotReadScriptException(EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.CannotReadScriptException
-
Deprecated.
- clear() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.
- clear() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- closeConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- ColumnMapRowMapper - Class in org.springframework.data.r2dbc.convert
-
- ColumnMapRowMapper() - Constructor for class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
Deprecated.
- CompositeDatabasePopulator - Class in org.springframework.data.r2dbc.connectionfactory.init
-
- CompositeDatabasePopulator() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.
- CompositeDatabasePopulator(Collection<DatabasePopulator>) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.
- CompositeDatabasePopulator(DatabasePopulator...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Deprecated.
- 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
-
- connectionFactory() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- connectionFactory(ConnectionFactory) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.
- ConnectionFactoryInitializer - Class in org.springframework.data.r2dbc.connectionfactory.init
-
- ConnectionFactoryInitializer() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.
- ConnectionFactoryLookup - Interface in org.springframework.data.r2dbc.connectionfactory.lookup
-
- ConnectionFactoryLookupFailureException - Exception in org.springframework.data.r2dbc.connectionfactory.lookup
-
- ConnectionFactoryLookupFailureException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookupFailureException
-
Deprecated.
- ConnectionFactoryLookupFailureException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookupFailureException
-
Deprecated.
- ConnectionFactoryUtils - Class in org.springframework.data.r2dbc.connectionfactory
-
- ConnectionHandle - Interface in org.springframework.data.r2dbc.connectionfactory
-
- ConnectionHolder - Class in org.springframework.data.r2dbc.connectionfactory
-
- ConnectionHolder(Connection) - Constructor for class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.
- ConnectionHolder(Connection, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.
- ConnectionProxy - Interface in org.springframework.data.r2dbc.connectionfactory
-
- 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(Byte) - Method in enum org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
-
- convertValue(Object, TypeInformation<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- 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
-
- 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
-
- 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.
- create(ConnectionFactory) - Static method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.
- create(R2dbcDialect, R2dbcConverter) - Static method in interface org.springframework.data.r2dbc.core.StatementMapper
-
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
Create an DELETE
specification for table
.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
Create an DELETE
specification for table
.
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Create an INSERT
specification for table
.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
-
Create an INSERT
specification for table
.
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Create an SELECT
specification for table
.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
Create an SELECT
specification for table
.
- create(String, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
-
Create an INSERT
specification for table
.
- create(SqlIdentifier, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
-
Create an INSERT
specification for table
.
- create() - Method in interface org.springframework.data.r2dbc.dialect.BindMarkersFactory
-
Deprecated.
- createCollection(Collection<?>, RelationalPersistentProperty) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
-
Writes the given
Collection
using the given
RelationalPersistentProperty
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
-
- createDelete(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a DELETE
specification for table
.
- createDelete(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a DELETE
specification for table
.
- createInsert(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an INSERT
specification for table
.
- createInsert(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an INSERT
specification for table
.
- createParameters(Method) - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
-
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
-
- 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 for table
.
- createSelect(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a SELECT
specification for table
.
- createUpdate(String, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an UPDATE
specification for table
.
- createUpdate(SqlIdentifier, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create an UPDATE
specification for table
.
- Criteria - Class in org.springframework.data.r2dbc.query
-
- 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.
- customTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.
- dataAccessStrategy(ReactiveDataAccessStrategy) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
Deprecated.
- databaseClient() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- DatabaseClient - Interface in org.springframework.data.r2dbc.core
-
- 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.
- 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.
- 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.
- DatabasePopulator - Interface in org.springframework.data.r2dbc.connectionfactory.init
-
- DatabasePopulatorUtils - Class in org.springframework.data.r2dbc.connectionfactory.init
-
- 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
-
- 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
-
- 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(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
Remove entities (rows)/columns from the table by Query
.
- 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(Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- delete(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- delete(T) - 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 given
domainType
.
- delete(T) - 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
-
- deleteAll() - 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.
- destroy() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.
- 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.
- DialectResolver - Class in org.springframework.data.r2dbc.dialect
-
- DialectResolver.NoDialectException - Exception in org.springframework.data.r2dbc.dialect
-
- 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
-
- doCloseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- doGetConnection(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- doReleaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- 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
-
- 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
-
- Field(SqlIdentifier) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.Field
-
- 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.
- filter(Statement, ExecuteFunction) - Method in interface org.springframework.data.r2dbc.core.StatementFilterFunction
-
Deprecated.
- findAll() - 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
-
- 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
-
- 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(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.
- forEach(BiConsumer<? super SqlIdentifier, ? super Parameter>) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- forType(Class<T>) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
Create a typed
StatementMapper
that considers type-specific mapping metadata.
- from(String) - 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.DeleteFromSpec
-
Deprecated.
Specify the source table
to delete from.
- 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(String) - 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.DatabaseClient.SelectFromSpec
-
Deprecated.
Specify the source table
to select from.
- 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(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(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(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(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithTable
-
Explicitly set the name
of the table on which to perform the query.
- from(Object) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- from(Criteria...) - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- from(List<Criteria>) - Static method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
- fromOrEmpty(Object, Class<?>) - Static method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
- 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 to ArrayColumns
.
- 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
-
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.SqlServerDialect
-
- getBindValue(SettableValue) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
-
- getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
-
- getBindValue(SettableValue) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
- getBindValue(Parameter) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
Return a potentially converted
Parameter
for strategies that support type conversion.
- getBindValue(SettableValue) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- 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(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- 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.
- getConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
-
Deprecated.
Return the specified Connection as-is.
- getConnectionFactories() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
Deprecated.
- 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.
- 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.
- getConnectionFactory() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
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
-
- getConverter() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
-
- getConverter() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
- getConverter() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- getConverter() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
Deprecated.
- 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
-
- getDataAccessStrategy() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- getDatabaseClient() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
-
- getDatabaseClient() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- getDialect(ConnectionFactory) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- getDialect(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.dialect.DialectResolver
-
- getDialect(ConnectionFactory) - Method in interface org.springframework.data.r2dbc.dialect.DialectResolver.R2dbcDialectProvider
-
- getDimensionDepth(Object) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
-
Determine the number of dimensions for an array object.
- getDimensionDepth(Class<?>) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
-
Determine the number of dimensions for an arrayClass
.
- 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(DatabaseClient, ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
- getFactoryInstance(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
- 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(StatementMapper.SelectSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
- getMappedObject(StatementMapper.InsertSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
- getMappedObject(StatementMapper.UpdateSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
- getMappedObject(StatementMapper.DeleteSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
-
- getMappedObject(Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- getMappedObject(Expression, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- getMappedObject(BindMarkers, CriteriaDefinition, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
Map a
CriteriaDefinition
object into
Condition
and consider value/
NULL
Bindings
.
- getMappedObject(BindMarkers, Criteria, 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
-
- getMappedObject(BindMarkers, Update, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
-
- getMappedObject(BindMarkers, Map<SqlIdentifier, ? extends Object>, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
-
- getMappedSort(Table, Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
-
- getMappingContext() - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
-
- 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
-
- 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.
- 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
-
- 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.
- getR2dbcException() - Method in exception org.springframework.data.r2dbc.InvalidResultAccessException
-
Deprecated.
- getR2dbcException() - Method in exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
Deprecated.
- 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 throws
IllegalStateException
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
-
- 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.
- getStoreConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- 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(Connection) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
- getTargetConnection() - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionProxy
-
Deprecated.
- getTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- 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.
- getType(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.
Determine the type for the specified named parameter.
- getType() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Deprecated.
Returns the column value type.
- 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(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Deprecated.
Return the parameter value for the requested named parameter.
- 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.
- 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 (>=).
- obtainTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
Deprecated.
- 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
-
- 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(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.
- onBeforeConvert(Object, SqlIdentifier) - Method in class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
-
- 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.
Create a new
Criteria
and combine it with
OR
using the provided
column
name.
- or(Criteria) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
Create a new
Criteria
and combine it as group with
OR
using the provided
Criteria
group.
- or(List<Criteria>) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Deprecated.
Create a new
Criteria
and combine it as group with
OR
using the provided
Criteria
group.
- 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.
- orderBy(Sort.Order...) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
Deprecated.
- 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
-
Representation of a
Row
to be written through a
INSERT
or
UPDATE
statement.
- OutboundRow() - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
- OutboundRow(Map<String, Parameter>) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
- OutboundRow(String, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Create a
OutboundRow
instance initialized with the given key/value pair.
- OutboundRow(SqlIdentifier, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
Create a
OutboundRow
instance initialized with the given key/value pair.
- 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
-
- R2dbcConverter - Interface in org.springframework.data.r2dbc.convert
-
Central R2DBC specific converter interface.
- r2dbcCustomConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- 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
-
- R2dbcCustomConversions(CustomConversions.StoreConversions, Collection<?>) - Constructor for class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
-
- 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
-
- R2dbcEntityTemplate(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcEntityTemplate(DatabaseClient, R2dbcDialect) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcEntityTemplate(DatabaseClient) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcEntityTemplate(DatabaseClient, R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- R2dbcExceptionSubclassTranslator - Class in org.springframework.data.r2dbc.support
-
- R2dbcExceptionSubclassTranslator() - Constructor for class org.springframework.data.r2dbc.support.R2dbcExceptionSubclassTranslator
-
Deprecated.
- R2dbcExceptionTranslator - Interface in org.springframework.data.r2dbc.support
-
- r2dbcMappingContext(Optional<NamingStrategy>, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- R2dbcMappingContext - Class in org.springframework.data.r2dbc.mapping
-
R2DBC-specific extension to RelationalMappingContext
.
- R2dbcMappingContext() - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
-
- R2dbcMappingContext(NamingStrategy) - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
-
- R2dbcQueryMethod - Class in org.springframework.data.r2dbc.repository.query
-
- R2dbcQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
-
- 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
-
- R2dbcRepositoryConfigurationExtension() - Constructor for class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
-
- R2dbcRepositoryFactory - Class in org.springframework.data.r2dbc.repository.support
-
- R2dbcRepositoryFactory(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
- R2dbcRepositoryFactory(R2dbcEntityOperations) - 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
-
- R2dbcRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
- 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
-
- 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.
- 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
-
- reactiveDataAccessStrategy(R2dbcConverter) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- ReactiveDataAccessStrategy - Interface in org.springframework.data.r2dbc.core
-
- 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
-
- 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
-
- 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
-
- ReactiveInsertOperation.InsertWithTable<T> - Interface in org.springframework.data.r2dbc.core
-
Table override (optional).
- ReactiveInsertOperation.ReactiveInsert<T> - Interface in org.springframework.data.r2dbc.core
-
- 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
-
- ReactiveSelectOperation.ReactiveSelect<T> - Interface in org.springframework.data.r2dbc.core
-
- 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 the SELECT
.
- 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
-
- ReactiveUpdateOperation.ReactiveUpdate - Interface in org.springframework.data.r2dbc.core
-
- 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 the Update
.
- 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, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
Deprecated.
Close the given
Connection
, obtained from the given
ConnectionFactory
, if
it is not managed externally (that is, not bound to the thread).
- releaseConnection(Connection) - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionHandle
-
Deprecated.
Release the R2DBC Connection that this handle refers to.
- released() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Deprecated.
- remove(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- 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.
- resolveSpecifiedLookupKey(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- ResourceDatabasePopulator - Class in org.springframework.data.r2dbc.connectionfactory.init
-
- ResourceDatabasePopulator() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.
- ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.
- ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Deprecated.
- RowsFetchSpec<T> - Interface in org.springframework.data.r2dbc.core
-
- rowsUpdated() - Method in interface org.springframework.data.r2dbc.core.UpdatedRowsFetchSpec
-
Deprecated.
Get the number of updated rows.
- 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
-
- ScriptException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
Deprecated.
- ScriptException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
Deprecated.
- ScriptParseException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
- ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
Deprecated.
- ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
Deprecated.
- ScriptStatementFailedException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
- ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptStatementFailedException
-
Deprecated.
- ScriptUtils - Class in org.springframework.data.r2dbc.connectionfactory.init
-
- select() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Deprecated.
Prepare an SQL SELECT call.
- 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(Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- select(Query, 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 given
domainType
.
- 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.
- 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.
- 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
-
- setDatabasePopulator(DatabasePopulator) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.
- 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.
- setDefaultTargetConnectionFactory(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- setEnabled(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
Deprecated.
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
-
- setEntityOperations(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
- setFallbackTranslator(R2dbcExceptionTranslator) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.
- 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.
- 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.
- SettableValue - Class in org.springframework.data.r2dbc.mapping
-
- setTargetConnectionFactories(Map<?, ?>) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Deprecated.
- 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 this
io.r2dbc.spi.ConnectionFactory
?
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
-
- SimpleConnectionHandle - Class in org.springframework.data.r2dbc.connectionfactory
-
- SimpleR2dbcRepository<T,ID> - Class in org.springframework.data.r2dbc.repository.support
-
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, R2dbcEntityOperations, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
-
- SingleConnectionConnectionFactory - Class in org.springframework.data.r2dbc.connectionfactory
-
- SingleConnectionConnectionFactory(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.
Constructor for bean-style configuration.
- SingleConnectionConnectionFactory(String, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.
- SingleConnectionConnectionFactory(Connection, ConnectionFactoryMetadata, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Deprecated.
- SingleConnectionFactoryLookup - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
- SingleConnectionFactoryLookup(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.SingleConnectionFactoryLookup
-
Deprecated.
- size() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- SmartConnectionFactory - Interface in org.springframework.data.r2dbc.connectionfactory
-
- spliterator() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
Deprecated.
- SqlErrorCodeR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
- SqlErrorCodeR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Deprecated.
- 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
-
- 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
-
- SqlStateR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.SqlStateR2dbcExceptionTranslator
-
Deprecated.
- StatementFilterFunction - Interface in org.springframework.data.r2dbc.core
-
- StatementMapper - Interface in org.springframework.data.r2dbc.core
-
- 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
-
- StatementMapper.UpdateSpec - Class in org.springframework.data.r2dbc.core
-
UPDATE
specification.
- STORE_CONVERTERS - Static variable in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
-
- StringBasedR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
-
- StringBasedR2dbcQuery(R2dbcQueryMethod, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-
- StringBasedR2dbcQuery(String, R2dbcQueryMethod, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy, ExpressionParser, ReactiveQueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-
- table(String) - 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.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(SqlIdentifier) - 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(SqlIdentifier) - 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.UpdateTableSpec
-
Deprecated.
Specify the target table
to update.
- 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
.
- 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.
- TransactionAwareConnectionFactoryProxy - Class in org.springframework.data.r2dbc.connectionfactory
-
- TransactionAwareConnectionFactoryProxy(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.TransactionAwareConnectionFactoryProxy
-
Deprecated.
- translate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Deprecated.
- translate(String, String, R2dbcException) - Method in interface org.springframework.data.r2dbc.support.R2dbcExceptionTranslator
-
Deprecated.