Package | Description |
---|---|
org.apache.camel.component.ibatis | |
org.apache.camel.component.ibatis.strategy |
Modifier and Type | Method and Description |
---|---|
protected IBatisEndpoint |
IBatisComponent.createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
IBatisEndpoint |
IBatisConsumer.getEndpoint() |
Constructor and Description |
---|
IBatisConsumer(IBatisEndpoint endpoint,
org.apache.camel.Processor processor) |
IBatisProducer(IBatisEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
void |
IBatisProcessingStrategy.commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
Commit callback if there are a statements to be run after processing.
|
void |
DefaultIBatisProcessingStategy.commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements) |
List<Object> |
IBatisProcessingStrategy.poll(IBatisConsumer consumer,
IBatisEndpoint endpoint)
Called when record is being queried.
|
List<Object> |
DefaultIBatisProcessingStategy.poll(IBatisConsumer consumer,
IBatisEndpoint endpoint) |
Apache Camel