| Interface | Description |
|---|---|
| MyBatisProcessingStrategy |
Processing strategy for dealing with MyBatis when consuming.
|
| Class | Description |
|---|---|
| BaseMyBatisEndpoint | |
| DefaultMyBatisProcessingStrategy | |
| MyBatisBeanComponent | |
| MyBatisBeanEndpoint |
Performs a query, insert, update or delete in a relational database using MyBatis.
|
| MyBatisBeanProducer | |
| MyBatisComponent | |
| MyBatisConstants |
MyBatis constants.
|
| MyBatisConsumer |
Consumer to read data from a database.
|
| MyBatisEndpoint |
Performs a query, poll, insert, update or delete in a relational database using MyBatis.
|
| MyBatisProducer |
| Enum | Description |
|---|---|
| StatementType |
Statement types to instruct which MyBatis operation to use.
|
Apache Camel