Uses of Interface
org.apache.camel.component.mybatis.MyBatisProcessingStrategy
-
-
Uses of MyBatisProcessingStrategy in org.apache.camel.component.mybatis
Classes in org.apache.camel.component.mybatis that implement MyBatisProcessingStrategy Modifier and Type Class Description class
DefaultMyBatisProcessingStrategy
Methods in org.apache.camel.component.mybatis that return MyBatisProcessingStrategy Modifier and Type Method Description MyBatisProcessingStrategy
MyBatisEndpoint. getProcessingStrategy()
Methods in org.apache.camel.component.mybatis with parameters of type MyBatisProcessingStrategy Modifier and Type Method Description void
MyBatisEndpoint. setProcessingStrategy(MyBatisProcessingStrategy processingStrategy)
To use a custom MyBatisProcessingStrategy
-