MyBatis
JVM since1.1.0 Nativeunsupported
Performs a query, poll, insert, update or delete in a relational database using MyBatis.
What’s inside
-
MyBatis component, URI syntax:
mybatis:statement
-
MyBatis Bean component, URI syntax:
mybatis-bean:beanName:methodName
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-mybatis</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.