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 DefaultMyBatisProcessingStrategy.commit(MyBatisEndpoint endpoint, org.apache.camel.Exchange exchange, Object data, String consumeStatements)
           
 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.
 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
MyBatisConsumer(MyBatisEndpoint endpoint, org.apache.camel.Processor processor)
           
MyBatisProducer(MyBatisEndpoint endpoint)
           
 



Apache CAMEL