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 MyBatisEndpointMethods in org.apache.camel.component.mybatis with parameters of type MyBatisEndpointModifier and TypeMethodDescriptionvoid
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 MyBatisEndpointModifierConstructorDescriptionMyBatisConsumer
(MyBatisEndpoint endpoint, org.apache.camel.Processor processor) MyBatisProducer
(MyBatisEndpoint endpoint)