Uses of Class
org.apache.camel.component.mybatis.MyBatisEndpoint
-
-
Uses of MyBatisEndpoint in org.apache.camel.component.mybatis
Methods in org.apache.camel.component.mybatis that return MyBatisEndpoint Modifier and Type Method Description MyBatisEndpointMyBatisConsumer. getEndpoint()MyBatisEndpointMyBatisProducer. getEndpoint()Methods in org.apache.camel.component.mybatis with parameters of type MyBatisEndpoint Modifier and Type Method Description voidDefaultMyBatisProcessingStrategy. commit(MyBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)voidMyBatisProcessingStrategy. commit(MyBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)Commit callback if there are a statements to be run after processing.List<?>DefaultMyBatisProcessingStrategy. poll(MyBatisConsumer consumer, MyBatisEndpoint endpoint)List<?>MyBatisProcessingStrategy. poll(MyBatisConsumer consumer, MyBatisEndpoint endpoint)Called when record is being queried.Constructors in org.apache.camel.component.mybatis with parameters of type MyBatisEndpoint Constructor Description MyBatisConsumer(MyBatisEndpoint endpoint, org.apache.camel.Processor processor)MyBatisProducer(MyBatisEndpoint endpoint)
-