Interface MyBatisEndpointBuilderFactory.MyBatisBuilders

    • Method Detail

      • mybatis

        default MyBatisEndpointBuilderFactory.MyBatisEndpointBuilder mybatis​(String path)
        MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis. Category: database,sql Since: 2.7 Maven coordinates: org.apache.camel:camel-mybatis Syntax: mybatis:statement Path parameter: statement (required) The statement name in the MyBatis XML mapping file which maps to the query, insert, update or delete operation you wish to evaluate.
        Parameters:
        path - statement
      • mybatis

        default MyBatisEndpointBuilderFactory.MyBatisEndpointBuilder mybatis​(String componentName,
                                                                             String path)
        MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis. Category: database,sql Since: 2.7 Maven coordinates: org.apache.camel:camel-mybatis Syntax: mybatis:statement Path parameter: statement (required) The statement name in the MyBatis XML mapping file which maps to the query, insert, update or delete operation you wish to evaluate.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - statement