Uses of Class
org.apache.camel.builder.endpoint.dsl.MyBatisEndpointBuilderFactory.ExecutorType
-
Packages that use MyBatisEndpointBuilderFactory.ExecutorType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of MyBatisEndpointBuilderFactory.ExecutorType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MyBatisEndpointBuilderFactory.ExecutorType Modifier and Type Method Description static MyBatisEndpointBuilderFactory.ExecutorType
MyBatisEndpointBuilderFactory.ExecutorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MyBatisEndpointBuilderFactory.ExecutorType[]
MyBatisEndpointBuilderFactory.ExecutorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type MyBatisEndpointBuilderFactory.ExecutorType Modifier and Type Method Description default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder
MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder. executorType(MyBatisEndpointBuilderFactory.ExecutorType executorType)
The executor type to be used while executing statements.
-