public static interface MyBatisEndpointBuilderFactory.MyBatisBuilders
| Modifier and Type | Method and Description |
|---|---|
default MyBatisEndpointBuilderFactory.MyBatisEndpointBuilder |
mybatis(String path)
MyBatis (camel-mybatis)
Performs a query, poll, insert, update or delete in a relational
database using 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.
|
default MyBatisEndpointBuilderFactory.MyBatisEndpointBuilder mybatis(String path)
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.path - statementdefault MyBatisEndpointBuilderFactory.MyBatisEndpointBuilder mybatis(String componentName, String path)
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.componentName - to use a custom component name for the endpoint
instead of the default namepath - statementApache Camel