|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBatisProcessingStrategy
Processing strategy for dealing with IBatis.
| Method Summary | |
|---|---|
void |
commit(IBatisEndpoint endpoint,
Exchange exchange,
Object data,
String consumeStatements)
Commit callback if there are a statements to be run after processing. |
List |
poll(IBatisPollingConsumer consumer,
IBatisEndpoint endpoint)
Called when record is being queried. |
| Method Detail |
|---|
List poll(IBatisPollingConsumer consumer,
IBatisEndpoint endpoint)
throws Exception
consumer - The Ibatis Polling Consumerendpoint - The Ibatis Endpoint
Exception - can be thrown in case of error
void commit(IBatisEndpoint endpoint,
Exchange exchange,
Object data,
String consumeStatements)
throws Exception
endpoint - The Ibatis Enpointexchange - The exchange after it has been processeddata - The original data delivered to the routeconsumeStatements - Name of the statement(s) to run, will use SQL update. Use comma to provide multiple statements to run.
Exception - can be thrown in case of error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||