public static interface MyBatisBeanEndpointBuilderFactory.MyBatisBeanBuilders
| Modifier and Type | Method and Description |
|---|---|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
mybatisBean(String path)
MyBatis Bean (camel-mybatis)
Performs a query, insert, update or delete in a relational database
using MyBatis.
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder mybatisBean(String path)
mybatis-bean:beanName:methodName
Path parameter: beanName (required)
Name of the bean with the MyBatis annotations. This can either by a
type alias or a FQN class name.
Path parameter: methodName (required)
Name of the method on the bean that has the SQL query to be executed.Apache Camel