Package | Description |
---|---|
org.apache.camel.component.ibatis |
Modifier and Type | Method and Description |
---|---|
StatementType |
IBatisEndpoint.getStatementType() |
static StatementType |
StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IBatisEndpoint.setStatementType(StatementType statementType)
Mandatory to specify for the producer to control which kind of operation to invoke.
|
Apache Camel