Interface MyBatisEndpointBuilderFactory.MyBatisBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- MyBatisEndpointBuilderFactory
public static interface MyBatisEndpointBuilderFactory.MyBatisBuilders
-
Method Summary
Modifier and TypeMethodDescriptionmybatis()MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis.MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis.MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis.
-
Method Details
-
mybatis
MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis. Category: database Since: 2.7 Maven coordinates: org.apache.camel:camel-mybatis- Returns:
- the dsl builder for the headers' name.
-
mybatis
MyBatis (camel-mybatis) Performs a query, poll, insert, update or delete in a relational database using MyBatis. Category: database Since: 2.7 Maven coordinates: org.apache.camel:camel-mybatis Syntax:mybatis:statementPath 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- Returns:
- the dsl builder
-
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 Since: 2.7 Maven coordinates: org.apache.camel:camel-mybatis Syntax:mybatis:statementPath 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 namepath- statement- Returns:
- the dsl builder
-