- Constructor for class org.apache.camel.component.ibatis.
- setIsolation(String) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Transaction isolation level
- setIsolation(int) - Method in class org.apache.camel.component.ibatis.strategy.DefaultIBatisProcessingStategy
-
- setIsolation(int) - Method in interface org.apache.camel.component.ibatis.strategy.IBatisProcessingStrategy
-
Sets the transaction isolation level on the processing strategy.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
This option is intended to split results returned by the database pool into the batches and deliver them in multiple exchanges.
- setOnConsume(String) - Method in class org.apache.camel.component.ibatis.IBatisConsumer
-
Sets the statement to run after successful processing.
- setOnConsume(String) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Statement to run after data has been processed in the route
- setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.ibatis.IBatisConsumer
-
Sets whether empty resultset should be allowed to be sent to the next hop.
- setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Whether allow empty resultset to be routed to the next hop
- setSqlMapClient(SqlMapClient) - Method in class org.apache.camel.component.ibatis.IBatisComponent
-
To use the given SqlMapClient
- setSqlMapConfig(String) - Method in class org.apache.camel.component.ibatis.IBatisComponent
-
Location of iBatis xml configuration file.
- setStatement(String) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
The statement name in the iBatis XML mapping file which maps to the query, insert, update or delete operation you wish to evaluate.
- setStatementType(StatementType) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Mandatory to specify for the producer to control which kind of operation to invoke.
- setStrategy(IBatisProcessingStrategy) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
- setUseIterator(boolean) - Method in class org.apache.camel.component.ibatis.IBatisConsumer
-
Sets how resultset should be delivered to route.
- setUseIterator(boolean) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Process resultset individually or as a list
- setUseTransactions(boolean) - Method in class org.apache.camel.component.ibatis.IBatisComponent
-
Whether to use transactions.
- setUseTransactions(boolean) - Method in class org.apache.camel.component.ibatis.IBatisEndpoint
-
Whether to use transactions.
- StatementType - Enum in org.apache.camel.component.ibatis
-
Statement types to instruct which iBatis operation to use.