Class MybatisResource
java.lang.Object
org.apache.camel.quarkus.component.mybatis.it.MybatisResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsumer()deleteList(List<Integer> ids) insertList(List<Account> accounts) updateList(Map<String, Object> params)
-
Field Details
-
context
@Inject org.apache.camel.CamelContext context -
template
@Inject org.apache.camel.ProducerTemplate template
-
-
Constructor Details
-
MybatisResource
public MybatisResource()
-
-
Method Details
-
selectOne
-
selectList
-
insertOne
-
insertList
-
deleteOne
-
deleteList
-
updateOne
-
updateList
-
consumer
- Throws:
Exception
-
afterConsumer
-