Uses of Enum Class
org.apache.camel.component.mybatis.StatementType
-
Uses of StatementType in org.apache.camel.component.mybatis
Methods in org.apache.camel.component.mybatis that return StatementTypeModifier and TypeMethodDescriptionMyBatisEndpoint.getStatementType()static StatementTypeReturns the enum constant of this class with the specified name.static StatementType[]StatementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.mybatis with parameters of type StatementTypeModifier and TypeMethodDescriptionvoidMyBatisEndpoint.setStatementType(StatementType statementType) Mandatory to specify for the producer to control which kind of operation to invoke.