类 MapperMethod

java.lang.Object
com.baomidou.mybatisplus.generator.model.MapperMethod

public class MapperMethod extends Object
从以下版本开始:
3.5.10
作者:
nieqiurong
  • 构造器详细资料

    • MapperMethod

      public MapperMethod(@NotNull @NotNull String indexName, @NotNull @NotNull String method, @NotNull @NotNull List<TableField> tableFieldList)
  • 方法详细资料

    • addExtendData

      public void addExtendData(@NotNull @NotNull String key, @NotNull @NotNull Object data)
    • getExtendData

      @NotNull public @Unmodifiable @NotNull Map<String,Object> getExtendData()
    • getTableFieldList

      @NotNull public @Unmodifiable @NotNull List<TableField> getTableFieldList()
    • getIndexName

      @NotNull public @NotNull String getIndexName()
      索引名称
    • getMethod

      @NotNull public @NotNull String getMethod()
      方法体