Class R2dbcMessageSource.SelectCreator

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

public class R2dbcMessageSource.SelectCreator
extends java.lang.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 Summary

    Modifier and Type Method Description
    org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect​(java.lang.String table)  
    org.springframework.data.r2dbc.core.StatementMapper.SelectSpec createSelect​(org.springframework.data.relational.core.sql.SqlIdentifier table)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • createSelect

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

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