Uses of Class
org.apache.camel.component.jooq.JooqOperation
-
Packages that use JooqOperation Package Description org.apache.camel.component.jooq -
-
Uses of JooqOperation in org.apache.camel.component.jooq
Methods in org.apache.camel.component.jooq that return JooqOperation Modifier and Type Method Description JooqOperationJooqConfiguration. getOperation()static JooqOperationJooqOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static JooqOperation[]JooqOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.jooq with parameters of type JooqOperation Modifier and Type Method Description voidJooqConfiguration. setOperation(JooqOperation operation)
-