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 Details

    • MyBatisHeaderNameBuilder

      public MyBatisHeaderNameBuilder()
  • Method Details

    • 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: Object type. Group: producer
      Returns:
      the name of the header MyBatisResult.
    • myBatisStatementName

      public String myBatisStatementName()
      The statementName used (for example: insertAccount). The option is a: String type. Group: common
      Returns:
      the name of the header MyBatisStatementName.