Uses of Class
org.apache.camel.builder.endpoint.dsl.MyBatisEndpointBuilderFactory.StatementType
-
Packages that use MyBatisEndpointBuilderFactory.StatementType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of MyBatisEndpointBuilderFactory.StatementType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MyBatisEndpointBuilderFactory.StatementType Modifier and Type Method Description static MyBatisEndpointBuilderFactory.StatementTypeMyBatisEndpointBuilderFactory.StatementType. valueOf(String name)Returns the enum constant of this type with the specified name.static MyBatisEndpointBuilderFactory.StatementType[]MyBatisEndpointBuilderFactory.StatementType. 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.StatementType Modifier and Type Method Description default MyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilderMyBatisEndpointBuilderFactory.MyBatisEndpointProducerBuilder. statementType(MyBatisEndpointBuilderFactory.StatementType statementType)Mandatory to specify for the producer to control which kind of operation to invoke.
-