Index
B C D E G H I O P Q R S T U V
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
B
- bindFunction(BiFunction<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
-
Set a
BiFunctionwhich is used to bind parameters into the update query.
C
- createSelect(String) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource.SelectCreator
- createSelect(SqlIdentifier) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource.SelectCreator
- criteria(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
Criteriafor query to execute. - criteria(Function<Message<P>, Criteria>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a
Functionto evaluate aCriteriafor query to execute. - criteria(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
Criteriafor query to execute.
D
- DELETE - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
-
Set a
R2dbcMessageHandlerinto adeletemode. - doReceive() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Execute a query returning its results as the Message payload.
E
- expectSingleResult(boolean) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
-
The flag to manage which find* method to invoke on
R2dbcEntityOperations.
G
- getComponentType() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
- getComponentType() - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
H
- handleMessageInternal(Message<?>) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
I
- inboundChannelAdapter(R2dbcEntityOperations, String) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
-
Create an instance of
R2dbcMessageSourceSpecfor the providedR2dbcEntityOperationsand query string. - inboundChannelAdapter(R2dbcEntityOperations, Function<R2dbcMessageSource.SelectCreator, StatementMapper.SelectSpec>) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
-
Create an instance of
R2dbcMessageSourceSpecfor the providedR2dbcEntityOperationsand function to create aStatementMapper.SelectSpecinstance. - inboundChannelAdapter(R2dbcEntityOperations, Expression) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
-
Create an instance of
R2dbcMessageSourceSpecfor the providedR2dbcEntityOperationsand SpEL expression for query. - INSERT - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
-
Set a
R2dbcMessageHandlerinto aninsertmode.
O
- onInit() - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
- onInit() - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
- org.springframework.integration.r2dbc.dsl - package org.springframework.integration.r2dbc.dsl
-
Provides classes for supporting Java DSL for R2DBC components.
- org.springframework.integration.r2dbc.inbound - package org.springframework.integration.r2dbc.inbound
-
Provides classes for supporting R2DBC inbound components.
- org.springframework.integration.r2dbc.outbound - package org.springframework.integration.r2dbc.outbound
-
Provides classes for supporting R2DBC outbound components.
- outboundChannelAdapter(R2dbcEntityOperations) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
-
Create an instance of
R2dbcMessageHandlerSpecfor the providedR2dbcEntityOperations.
P
- payloadType(Class<?>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
-
Set the expected payload type.
Q
- queryType(R2dbcMessageHandler.Type) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a
R2dbcMessageHandler.Typefor query to execute. - queryTypeExpression(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
R2dbcMessageHandler.Typefor query to execute. - queryTypeExpression(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
R2dbcMessageHandler.Typefor query to execute. - queryTypeFunction(Function<Message<P>, R2dbcMessageHandler.Type>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a
Functionto evaluate aR2dbcMessageHandler.Typefor query to execute against a request message.
R
- R2dbc - Class in org.springframework.integration.r2dbc.dsl
-
Java DSL Factory class for R2DBC components.
- R2dbcMessageHandler - Class in org.springframework.integration.r2dbc.outbound
-
Implementation of
ReactiveMessageHandlerwhich writes Message payload into a Relational Database, using reactive r2dbc support. - R2dbcMessageHandler(R2dbcEntityOperations) - Constructor for class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Construct this instance using a fully created and initialized instance of provided
R2dbcEntityOperations - R2dbcMessageHandler.Type - Enum in org.springframework.integration.r2dbc.outbound
-
/** The mode for the
R2dbcMessageHandler. - R2dbcMessageHandlerSpec - Class in org.springframework.integration.r2dbc.dsl
-
The
ReactiveMessageHandlerSpecfor theR2dbcMessageHandler. - R2dbcMessageHandlerSpec(R2dbcEntityOperations) - Constructor for class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
- R2dbcMessageSource - Class in org.springframework.integration.r2dbc.inbound
-
An instance of
MessageSourcewhich returns aMessagewith a payload which is the result of execution of query. - R2dbcMessageSource(R2dbcEntityOperations, String) - Constructor for class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Create an instance with the provided
R2dbcEntityOperationsand SpEL expression which should resolve to a Relational 'query' string. - R2dbcMessageSource(R2dbcEntityOperations, Expression) - Constructor for class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Create an instance with the provided
R2dbcEntityOperationsand SpEL expression which should resolve to a query string orStatementMapper.SelectSpecinstance. - R2dbcMessageSource.SelectCreator - Class in org.springframework.integration.r2dbc.inbound
-
An instance of this class is used as a root object for query expression to give a limited access only to the
StatementMapper.createSelect(java.lang.String)fluent API. - R2dbcMessageSourceSpec - Class in org.springframework.integration.r2dbc.dsl
-
The
MessageSourceSpecfor theR2dbcMessageSource. - R2dbcMessageSourceSpec(R2dbcEntityOperations, String) - Constructor for class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
- R2dbcMessageSourceSpec(R2dbcEntityOperations, Expression) - Constructor for class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
S
- setBindFunction(BiFunction<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec>) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Set a
BiFunctionwhich is used to bind parameters into the update query. - setCriteriaExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Set a SpEL expression to evaluate a
Criteriafor query to execute. - setExpectSingleResult(boolean) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
The flag to manage which find* method to invoke on
R2dbcEntityOperations. - setPayloadType(Class<?>) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Set the type of the entityClass which is used for the
EntityRowMapper. - setQueryType(R2dbcMessageHandler.Type) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Set a
R2dbcMessageHandler.Typefor query to execute. - setQueryTypeExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Set a SpEL expression to evaluate a
R2dbcMessageHandler.Typefor query to execute. - setTableName(String) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Specify a table in the target database to execute the query.
- setTableNameExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Set a SpEL expression to evaluate a table name at runtime against request message.
- setUpdateSql(String) - Method in class org.springframework.integration.r2dbc.inbound.R2dbcMessageSource
-
Set an update query that will be passed to the
DatabaseClient.sql(String)method. - setValuesExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
-
Set a SpEL expression to evaluate a
Mapfor name-value pairs to bind as parameters into a query.
T
- tableName(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Specify a table in the target database to execute the query.
- tableNameExpression(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a table name at runtime against request message.
- tableNameExpression(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a table name at runtime against request message.
- tableNameFunction(Function<Message<P>, String>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a
Functionto evaluate a table name at runtime against request message.
U
- UPDATE - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
-
Set a
R2dbcMessageHandlerinto anupdatemode. - updateSql(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
-
Configure an update query.
V
- valueOf(String) - Static method in enum org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
Mapfor name-value pairs to bind as parameters into a query. - values(Function<Message<P>, Map<String, ?>>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a
Functionto evaluate aMapfor name-value pairs to bind as parameters into a query. - values(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
-
Set a SpEL expression to evaluate a
Mapfor name-value pairs to bind as parameters into a query.
All Classes|All Packages