- dataAccessStrategy(ReactiveDataAccessStrategy) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.Builder
-
- databaseClient(ReactiveDataAccessStrategy, R2dbcExceptionTranslator) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- DatabaseClient - Interface in org.springframework.data.r2dbc.core
-
A non-blocking, reactive client for performing database calls requests with Reactive Streams back pressure.
- DatabaseClient.BindSpec<S extends DatabaseClient.BindSpec<S>> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying parameter bindings.
- DatabaseClient.Builder - Interface in org.springframework.data.r2dbc.core
-
- DatabaseClient.DeleteFromSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying DELETE
options leading to the exchange.
- DatabaseClient.DeleteMatchingSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying DELETE
options leading to the exchange.
- DatabaseClient.DeleteSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying DELETE
options leading to the exchange.
- DatabaseClient.GenericExecuteSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying a SQL call along with options leading to the exchange.
- DatabaseClient.GenericInsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying INSERT
options leading to the exchange.
- DatabaseClient.GenericSelectSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying SELECT
options leading to the exchange.
- DatabaseClient.GenericUpdateSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying UPDATE
options leading to the exchange.
- DatabaseClient.InsertIntoSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying INSERT
options leading to the exchange.
- DatabaseClient.InsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying INSERT
options leading to the exchange.
- DatabaseClient.SelectFromSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying SELECT
options leading to the exchange.
- DatabaseClient.SelectSpec<S extends DatabaseClient.SelectSpec<S>> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying SELECT
options leading to the exchange.
- DatabaseClient.TypedDeleteSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying DELETE
options leading to the exchange.
- DatabaseClient.TypedExecuteSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying a SQL call along with options leading to the exchange.
- DatabaseClient.TypedInsertSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying INSERT
options leading the exchange.
- DatabaseClient.TypedSelectSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying SELECT
options leading to the exchange.
- DatabaseClient.TypedUpdateSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying UPDATE
options leading to the exchange.
- DatabaseClient.UpdateMatchingSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying UPDATE
options leading to the exchange.
- DatabaseClient.UpdateSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying UPDATE
options leading to the exchange.
- DatabaseClient.UpdateTableSpec - Interface in org.springframework.data.r2dbc.core
-
Contract for specifying UPDATE
options leading to the exchange.
- DatabasePopulator - Interface in org.springframework.data.r2dbc.connectionfactory.init
-
Strategy used to populate, initialize, or clean up a database.
- 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
-
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
-
Default start delimiter for block comments within SQL scripts: "/*"
.
- DEFAULT_CACHE_LIMIT - Static variable in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Default maximum number of entries for the SQL cache: 256.
- DEFAULT_COMMENT_PREFIX - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
Default prefix for single-line comments within SQL scripts: "--"
.
- DEFAULT_STATEMENT_SEPARATOR - Static variable in class org.springframework.data.r2dbc.connectionfactory.init.ScriptUtils
-
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
-
- delete() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Prepare an SQL DELETE call.
- 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(String, Criteria) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
-
- destroy() - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
- destroy() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
- determineCurrentLookupKey() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
Determine the current lookup key.
- determineTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- determineTimeout(TransactionDefinition) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
Determine the actual timeout to use for the given definition.
- 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.
- doBegin(TransactionSynchronizationManager, Object, TransactionDefinition) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doCleanupAfterCompletion(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doCloseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
- doCommit(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doGetConnection(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
- doGetTransaction(TransactionSynchronizationManager) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doReleaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
- doResume(TransactionSynchronizationManager, Object, Object) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doRollback(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doSetRollbackOnly(TransactionSynchronizationManager, GenericReactiveTransaction) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doSuspend(TransactionSynchronizationManager, Object) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Template method for actually translating the given exception.
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.R2dbcExceptionSubclassTranslator
-
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
- doTranslate(String, String, R2dbcException) - Method in class org.springframework.data.r2dbc.support.SqlStateR2dbcExceptionTranslator
-
- get() - Method in interface org.springframework.data.r2dbc.core.QueryOperation
-
- 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
-
- 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
-
Returns all assignments.
- getAutoCommitValue() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Return whether the returned
Connection
's "autoCommit" setting should be overridden.
- getBindings() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
- 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
-
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
-
- 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
-
- getCacheLimit() - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Return the maximum number of entries for the SQL cache.
- getCloseSuppressingConnectionProxy(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Wrap the given
Connection
with a proxy that delegates every method call to it but suppresses close calls.
- getColumnKey(String) - Method in class org.springframework.data.r2dbc.convert.ColumnMapRowMapper
-
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
-
Retrieve a R2DBC object value for the specified column.
- getCondition() - Method in class org.springframework.data.r2dbc.query.BoundCondition
-
- getConnection(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
- getConnection() - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionHandle
-
Fetch the R2DBC Connection that this handle refers to.
- getConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
- getConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.SimpleConnectionHandle
-
Return the specified Connection as-is.
- getConnectionFactories() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
- getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
- getConnectionFactory(String) - Method in interface org.springframework.data.r2dbc.connectionfactory.lookup.ConnectionFactoryLookup
-
- getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
- getConnectionFactory(String) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.SingleConnectionFactoryLookup
-
- getConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- getConnectionHandle() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
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.ReactiveDataAccessStrategy
-
- getConverters() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
-
- 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.
- 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
-
- getFallbackTranslator() - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
Return the fallback exception translator, if any.
- getIdentifierColumns(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
-
- getIdentifierColumns(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
-
- 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(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, Map<String, ? extends Object>, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
-
- 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
-
- getMetadata() - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- getModuleName() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
-
- getModulePrefix() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
-
- getOutboundRow(Object) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
-
- getOutboundRow(Object) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
-
- getPage() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
- getParameter(int, String) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy.NamedParameterProvider
-
Returns the
value
for a parameter identified either by name or by index.
- getParameterNames() - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Returns parameter names of the underlying parameter source.
- getParameterNames(String) - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
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
-
Returns the database-specific placeholder for a given substitution.
- 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
-
- getR2dbcException() - Method in exception org.springframework.data.r2dbc.InvalidResultAccessException
-
- getR2dbcException() - Method in exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
- 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
-
- 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
-
- getSql() - Method in exception org.springframework.data.r2dbc.BadSqlGrammarException
-
Return the SQL that caused the problem.
- getSql() - Method in interface org.springframework.data.r2dbc.core.SqlProvider
-
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
-
Return the SQL that caused the problem.
- getSql() - Method in exception org.springframework.data.r2dbc.UncategorizedR2dbcException
-
Return the SQL that led to the problem (if known).
- getSqlErrorCodes() - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
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
-
- 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
-
- getTargetConnection(Connection) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
- getTargetConnection() - Method in interface org.springframework.data.r2dbc.connectionfactory.ConnectionProxy
-
- getTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
-
- getTransactionAwareConnectionProxy(ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.TransactionAwareConnectionFactoryProxy
-
- getType(String) - Method in interface org.springframework.data.r2dbc.core.BindParameterSource
-
Determine the type for the specified named parameter.
- getType() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
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
-
Return the parameter value for the requested named parameter.
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.Binding
-
Returns the value of this binding.
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
- getValue() - Method in class org.springframework.data.r2dbc.dialect.Bindings.ValueBinding
-
- getValue() - Method in class org.springframework.data.r2dbc.mapping.SettableValue
-
Returns the column value.
- getValueType() - Method in class org.springframework.data.r2dbc.dialect.Bindings.NullBinding
-
- greaterThan(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Creates a
Criteria
using greater-than(>).
- greaterThanOrEquals(Object) - Method in interface org.springframework.data.r2dbc.query.Criteria.CriteriaStep
-
Creates a
Criteria
using greater-than or equal to (>=).
- obtainConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- obtainTargetConnectionFactory() - Method in class org.springframework.data.r2dbc.connectionfactory.DelegatingConnectionFactory
-
- one() - Method in interface org.springframework.data.r2dbc.core.RowsFetchSpec
-
Get exactly zero or one result.
- or(String) - Method in class org.springframework.data.r2dbc.query.Criteria
-
Create a new
Criteria
and combine it with
OR
using the provided
column
name.
- orderBy(Sort) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
- orderBy(Sort.Order...) - Method in interface org.springframework.data.r2dbc.core.DatabaseClient.SelectSpec
-
- 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.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, SettableValue>) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
-
- OutboundRow(String, SettableValue) - 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 - 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
.
- R2dbcExceptionSubclassTranslator - Class in org.springframework.data.r2dbc.support
-
- R2dbcExceptionSubclassTranslator() - Constructor for class org.springframework.data.r2dbc.support.R2dbcExceptionSubclassTranslator
-
- R2dbcExceptionTranslator - Interface in org.springframework.data.r2dbc.support
-
- r2dbcMappingContext(Optional<NamingStrategy>, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
Register a RelationalMappingContext
and apply an optional NamingStrategy
.
- 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
-
- 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
-
Create a new @link ConnectionFactoryTransactionManager} instance.
- R2dbcTransactionManager(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- reactiveDataAccessStrategy(RelationalMappingContext, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- ReactiveDataAccessStrategy - Interface in org.springframework.data.r2dbc.core
-
Data access strategy that generalizes convenience operations using mapped entities.
- ReactiveDataAccessStrategy.NamedParameterProvider - Interface in org.springframework.data.r2dbc.core
-
Interface to retrieve parameters for named parameter processing.
- 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
-
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.
- releaseConnection(Connection, ConnectionFactory) - Static method in class org.springframework.data.r2dbc.connectionfactory.ConnectionFactoryUtils
-
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
-
Release the R2DBC Connection that this handle refers to.
- released() - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
- remove(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- resetConnection() - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Reset the underlying shared Connection, to be reinitialized on next access.
- resolveIsolationLevel(int) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
- resolveSpecifiedConnectionFactory(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- resolveSpecifiedLookupKey(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- ResourceDatabasePopulator - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Populates, initializes, or cleans up a database using SQL scripts defined in external resources.
- ResourceDatabasePopulator() - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
- ResourceDatabasePopulator(Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
- ResourceDatabasePopulator(boolean, boolean, String, Resource...) - Constructor for class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
- RowsFetchSpec<T> - Interface in org.springframework.data.r2dbc.core
-
Contract for fetching tabular results.
- rowsUpdated() - Method in interface org.springframework.data.r2dbc.core.UpdatedRowsFetchSpec
-
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
-
Root of the hierarchy of data access exceptions that are related to processing of SQL scripts.
- ScriptException(String) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
- ScriptException(String, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptException
-
- ScriptParseException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Thrown by
ScriptUtils
if an SQL script cannot be properly parsed.
- ScriptParseException(String, EncodedResource) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
- ScriptParseException(String, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptParseException
-
- ScriptStatementFailedException - Exception in org.springframework.data.r2dbc.connectionfactory.init
-
Thrown by
ScriptUtils
if a statement in an SQL script failed when executing it against the target database.
- ScriptStatementFailedException(String, int, EncodedResource, Throwable) - Constructor for exception org.springframework.data.r2dbc.connectionfactory.init.ScriptStatementFailedException
-
- ScriptUtils - Class in org.springframework.data.r2dbc.connectionfactory.init
-
Generic utility methods for working with SQL scripts.
- select() - Method in interface org.springframework.data.r2dbc.core.DatabaseClient
-
Prepare an SQL SELECT call.
- SelectSpec(String, List<String>, Criteria, Sort, Pageable) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
-
- set(String, Object) - Method in class org.springframework.data.r2dbc.query.Update
-
Update a column by assigning a value.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
-
- setAutoCommit(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
Set whether the returned
Connection
's "autoCommit" setting should be overridden.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.BeanFactoryConnectionFactoryLookup
-
- setBlockCommentEndDelimiter(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Set the end delimiter that identifies block comments within the SQL scripts.
- setBlockCommentStartDelimiter(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Set the start delimiter that identifies block comments within the SQL scripts.
- setCacheLimit(int) - Method in class org.springframework.data.r2dbc.core.NamedParameterExpander
-
Specify the maximum number of entries for the SQL cache.
- setCommentPrefix(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Set the prefix that identifies single-line comments within the SQL scripts.
- setConnection(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Override the existing Connection handle with the given
Connection
.
- setConnectionFactories(Map<String, ConnectionFactory>) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.MapConnectionFactoryLookup
-
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
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.connectionfactory.R2dbcTransactionManager
-
- setConnectionFactory(ConnectionFactory) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Set the DataSource for this translator.
- setConnectionFactoryLookup(ConnectionFactoryLookup) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- setContinueOnError(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
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
-
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
-
- setDatabaseProductName(String) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Set the database product name for this translator.
- setDataBufferFactory(DataBufferFactory) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
- setDefaultTargetConnectionFactory(Object) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- setEnabled(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ConnectionFactoryInitializer
-
- setEnforceReadOnly(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.R2dbcTransactionManager
-
Specify whether to enforce the read-only nature of a transaction (as indicated by
TransactionDefinition.isReadOnly()
through an explicit statement on the transactional connection: "SET
TRANSACTION READ ONLY" as understood by Oracle, MySQL and Postgres.
- setFallbackTranslator(R2dbcExceptionTranslator) - Method in class org.springframework.data.r2dbc.support.AbstractFallbackR2dbcExceptionTranslator
-
- setIgnoreFailedDrops(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
Flag to indicate that a failed SQL DROP
statement can be ignored.
- setLenientFallback(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
-
- setPopulators(DatabasePopulator...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.CompositeDatabasePopulator
-
Specify one or more populators to delegate to.
- setScripts(Resource...) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
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
-
Specify the statement separator, if a custom one.
- setSqlErrorCodes(SQLErrorCodes) - Method in class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Set custom error codes to be used for translation.
- setSqlScriptEncoding(String) - Method in class org.springframework.data.r2dbc.connectionfactory.init.ResourceDatabasePopulator
-
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
-
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
-
- SettableValue - Class in org.springframework.data.r2dbc.mapping
-
A database value that can be set in a statement.
- setTargetConnectionFactories(Map<?, ?>) - Method in class org.springframework.data.r2dbc.connectionfactory.lookup.AbstractRoutingConnectionFactory
-
- setTransactionActive(boolean) - Method in class org.springframework.data.r2dbc.connectionfactory.ConnectionHolder
-
Set whether this holder represents an active, R2DBC-managed transaction.
- shouldClose(Connection) - Method in class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
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
-
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
-
Simple implementation of the
ConnectionHandle
interface, containing a given R2DBC Connection.
- SimpleR2dbcRepository<T,ID> - Class in org.springframework.data.r2dbc.repository.support
-
- 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
-
Constructor for bean-style configuration.
- SingleConnectionConnectionFactory(String, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
- SingleConnectionConnectionFactory(Connection, ConnectionFactoryMetadata, boolean) - Constructor for class org.springframework.data.r2dbc.connectionfactory.SingleConnectionConnectionFactory
-
- SingleConnectionFactoryLookup - Class in org.springframework.data.r2dbc.connectionfactory.lookup
-
- SingleConnectionFactoryLookup(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.connectionfactory.lookup.SingleConnectionFactoryLookup
-
- size() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
-
- SmartConnectionFactory - Interface in org.springframework.data.r2dbc.connectionfactory
-
Extension of the io.r2dbc.spi.ConnectionFactory
interface, to be implemented by special connection factories
that return R2DBC Connections in an unwrapped fashion.
- spliterator() - Method in class org.springframework.data.r2dbc.dialect.Bindings
-
- SqlErrorCodeR2dbcExceptionTranslator - Class in org.springframework.data.r2dbc.support
-
- SqlErrorCodeR2dbcExceptionTranslator() - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
- SqlErrorCodeR2dbcExceptionTranslator(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Create a SQL error code translator for the given DataSource.
- SqlErrorCodeR2dbcExceptionTranslator(String) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Create a SQL error code translator for the given database product name.
- SqlErrorCodeR2dbcExceptionTranslator(SQLErrorCodes) - Constructor for class org.springframework.data.r2dbc.support.SqlErrorCodeR2dbcExceptionTranslator
-
Create a SQLErrorCode translator given these error codes.
- SqlProvider - Interface in org.springframework.data.r2dbc.core
-
Interface to be implemented by objects that can provide SQL strings.
- 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
-
- 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, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-
- StringBasedR2dbcQuery(String, R2dbcQueryMethod, DatabaseClient, R2dbcConverter, SpelExpressionParser, QueryMethodEvaluationContextProvider) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
-