public static interface MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MyBatisBeanEndpointBuilderFactory.AdvancedMyBatisBeanEndpointBuilder |
advanced() |
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
executorType(MyBatisBeanEndpointBuilderFactory.ExecutorType executorType)
The executor type to be used while executing statements.
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
executorType(String executorType)
The executor type to be used while executing statements.
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
inputHeader(String inputHeader)
User the header value for input parameters instead of the message
body.
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder |
outputHeader(String outputHeader)
Store the query result in a header instead of the message body.
|
default MyBatisBeanEndpointBuilderFactory.AdvancedMyBatisBeanEndpointBuilder advanced()
default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder executorType(MyBatisBeanEndpointBuilderFactory.ExecutorType executorType)
org.apache.ibatis.session.ExecutorType
type.
Default: SIMPLE
Group: producerdefault MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder executorType(String executorType)
org.apache.ibatis.session.ExecutorType type.
Default: SIMPLE
Group: producerdefault MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder inputHeader(String inputHeader)
java.lang.String type.
Group: producerdefault MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder outputHeader(String outputHeader)
java.lang.String type.
Group: producerApache Camel