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.- Since:
- 5.4
- Author:
- Rohan Mukesh, Artem Bilan
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.data.r2dbc.core.StatementMapper.SelectSpeccreateSelect(String table) org.springframework.data.r2dbc.core.StatementMapper.SelectSpeccreateSelect(org.springframework.data.relational.core.sql.SqlIdentifier table) 
- 
Method Details- 
createSelect
- 
createSelectpublic org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect(org.springframework.data.relational.core.sql.SqlIdentifier table) 
 
-