- setConfigurationUri(String) - Method in class org.apache.camel.component.mybatis.MyBatisComponent
-
Location of MyBatis xml configuration file.
- setExecutorType(ExecutorType) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
The executor type to be used while executing statements.
- setExecutorType(String) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
- setInputHeader(String) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
User the header value for input parameters instead of the message body.
- setMaxMessagesPerPoll(int) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
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.mybatis.MyBatisConsumer
-
Sets the statement to run after successful processing.
- setOnConsume(String) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
Statement to run after data has been processed in the route
- setOutputHeader(String) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
Store the query result in a header instead of the message body.
- setProcessingStrategy(MyBatisProcessingStrategy) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
To use a custom MyBatisProcessingStrategy
- setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.mybatis.MyBatisConsumer
-
Sets whether empty resultset should be allowed to be sent to the next hop.
- setRouteEmptyResultSet(boolean) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
Whether allow empty resultset to be routed to the next hop
- setSqlSessionFactory(SqlSessionFactory) - Method in class org.apache.camel.component.mybatis.MyBatisComponent
-
To use the SqlSessionFactory
- setStatement(String) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
The statement name in the MyBatis 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.mybatis.MyBatisEndpoint
-
Mandatory to specify for the producer to control which kind of operation to invoke.
- setTransacted(boolean) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
Enables or disables transaction.
- setUseIterator(boolean) - Method in class org.apache.camel.component.mybatis.MyBatisConsumer
-
Sets how resultset should be delivered to route.
- setUseIterator(boolean) - Method in class org.apache.camel.component.mybatis.MyBatisEndpoint
-
Process resultset individually or as a list
- shutdownRunningTask - Variable in class org.apache.camel.component.mybatis.MyBatisConsumer
-
- StatementType - Enum in org.apache.camel.component.mybatis
-
Statement types to instruct which MyBatis operation to use.