Class R2dbcMessageSource.SelectCreator

java.lang.Object
org.springframework.integration.r2dbc.inbound.R2dbcMessageSource.SelectCreator
Enclosing class:
R2dbcMessageSource

public class R2dbcMessageSource.SelectCreator extends Object
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 Details

    • createSelect

      public org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect(String table)
    • createSelect

      public org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect(org.springframework.data.relational.core.sql.SqlIdentifier table)