Index

B C D E G H I O P Q R S T U V 
All Classes|All Packages

B

bindFunction(BiFunction<DatabaseClient.GenericExecuteSpec, ?, DatabaseClient.GenericExecuteSpec>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageSourceSpec
Set a BiFunction which 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 Criteria for query to execute.
criteria(Function<Message<P>, Criteria>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
Set a Function to evaluate a Criteria for query to execute.
criteria(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
Set a SpEL expression to evaluate a Criteria for query to execute.

D

DELETE - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Set a R2dbcMessageHandler into a delete mode.
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 R2dbcMessageSourceSpec for the provided R2dbcEntityOperations and query string.
inboundChannelAdapter(R2dbcEntityOperations, Function<R2dbcMessageSource.SelectCreator, StatementMapper.SelectSpec>) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
Create an instance of R2dbcMessageSourceSpec for the provided R2dbcEntityOperations and function to create a StatementMapper.SelectSpec instance.
inboundChannelAdapter(R2dbcEntityOperations, Expression) - Static method in class org.springframework.integration.r2dbc.dsl.R2dbc
Create an instance of R2dbcMessageSourceSpec for the provided R2dbcEntityOperations and SpEL expression for query.
INSERT - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Set a R2dbcMessageHandler into an insert mode.

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 R2dbcMessageHandlerSpec for the provided R2dbcEntityOperations.

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.Type for query to execute.
queryTypeExpression(String) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
Set a SpEL expression to evaluate a R2dbcMessageHandler.Type for query to execute.
queryTypeExpression(Expression) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
Set a SpEL expression to evaluate a R2dbcMessageHandler.Type for query to execute.
queryTypeFunction(Function<Message<P>, R2dbcMessageHandler.Type>) - Method in class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
Set a Function to evaluate a R2dbcMessageHandler.Type for 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 ReactiveMessageHandler which 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 ReactiveMessageHandlerSpec for the R2dbcMessageHandler.
R2dbcMessageHandlerSpec(R2dbcEntityOperations) - Constructor for class org.springframework.integration.r2dbc.dsl.R2dbcMessageHandlerSpec
 
R2dbcMessageSource - Class in org.springframework.integration.r2dbc.inbound
An instance of MessageSource which returns a Message with 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 R2dbcEntityOperations and 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 R2dbcEntityOperations and SpEL expression which should resolve to a query string or StatementMapper.SelectSpec instance.
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 MessageSourceSpec for the R2dbcMessageSource.
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 BiFunction which 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 Criteria for 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.Type for query to execute.
setQueryTypeExpression(Expression) - Method in class org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler
Set a SpEL expression to evaluate a R2dbcMessageHandler.Type for 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 Map for 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 Function to evaluate a table name at runtime against request message.

U

UPDATE - org.springframework.integration.r2dbc.outbound.R2dbcMessageHandler.Type
Set a R2dbcMessageHandler into an update mode.
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 Map for 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 Function to evaluate a Map for 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 Map for name-value pairs to bind as parameters into a query.
B C D E G H I O P Q R S T U V 
All Classes|All Packages