Class R2dbcMessageSource.SelectCreator
java.lang.Object
org.springframework.integration.r2dbc.inbound.R2dbcMessageSource.SelectCreator
- Enclosing class:
- R2dbcMessageSource
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.-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.r2dbc.core.StatementMapper.SelectSpec
createSelect
(String table) org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
createSelect
(org.springframework.data.relational.core.sql.SqlIdentifier table)
-
Method Details
-
createSelect
-
createSelect
public org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect(org.springframework.data.relational.core.sql.SqlIdentifier table)
-