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
 MyBatisEndpoint MyBatisConsumer.getEndpoint()
           
 

Methods in org.apache.camel.component.mybatis with parameters of type MyBatisEndpoint
 void MyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)
          Commit callback if there are a statements to be run after processing.
 void DefaultMyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)
           
 List<?> MyBatisProcessingStrategy.poll(MyBatisConsumer consumer, MyBatisEndpoint endpoint)
          Called when record is being queried.
 List<?> DefaultMyBatisProcessingStrategy.poll(MyBatisConsumer consumer, MyBatisEndpoint endpoint)
           
 

Constructors in org.apache.camel.component.mybatis with parameters of type MyBatisEndpoint
MyBatisConsumer(MyBatisEndpoint endpoint, org.apache.camel.Processor processor)
           
MyBatisProducer(MyBatisEndpoint endpoint)
           
 



Apache Camel