Class MyBatisEndpointBuilderFactory.MyBatisHeaderNameBuilder

  • Enclosing interface:
    MyBatisEndpointBuilderFactory

    public static class MyBatisEndpointBuilderFactory.MyBatisHeaderNameBuilder
    extends Object
    The builder of headers' name for the MyBatis component.
    • Constructor Detail

      • MyBatisHeaderNameBuilder

        public MyBatisHeaderNameBuilder()
    • 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: 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.