Class MyBatisEndpointBuilderFactory.MyBatisHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.MyBatisEndpointBuilderFactory.MyBatisHeaderNameBuilder
-
- Enclosing interface:
- MyBatisEndpointBuilderFactory
public static class MyBatisEndpointBuilderFactory.MyBatisHeaderNameBuilder extends Object
The builder of headers' name for the MyBatis component.
-
-
Constructor Summary
Constructors Constructor Description MyBatisHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringmyBatisResult()The response returned from MtBatis in any of the operations.StringmyBatisStatementName()The statementName used (for example: insertAccount).
-
-
-
Method Detail
-
myBatisResult
public String myBatisResult()
The response returned from MtBatis in any of the operations. For instance an INSERT could return the auto-generated key, or number of rows etc. The option is a:Objecttype. Group: producer- Returns:
- the name of the header
MyBatisResult.
-
myBatisStatementName
public String myBatisStatementName()
The statementName used (for example: insertAccount). The option is a:Stringtype. Group: common- Returns:
- the name of the header
MyBatisStatementName.
-
-