Uses of Class
org.apache.camel.builder.endpoint.dsl.MyBatisBeanEndpointBuilderFactory.ExecutorType
-
Packages that use MyBatisBeanEndpointBuilderFactory.ExecutorType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of MyBatisBeanEndpointBuilderFactory.ExecutorType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MyBatisBeanEndpointBuilderFactory.ExecutorType Modifier and Type Method Description static MyBatisBeanEndpointBuilderFactory.ExecutorTypeMyBatisBeanEndpointBuilderFactory.ExecutorType. valueOf(String name)Returns the enum constant of this type with the specified name.static MyBatisBeanEndpointBuilderFactory.ExecutorType[]MyBatisBeanEndpointBuilderFactory.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 MyBatisBeanEndpointBuilderFactory.ExecutorType Modifier and Type Method Description default MyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilderMyBatisBeanEndpointBuilderFactory.MyBatisBeanEndpointBuilder. executorType(MyBatisBeanEndpointBuilderFactory.ExecutorType executorType)The executor type to be used while executing statements.
-