类 IgnoreStrategy

java.lang.Object
com.baomidou.mybatisplus.core.plugins.IgnoreStrategy

public class IgnoreStrategy extends Object
  • 方法详细资料

    • builder

      public static IgnoreStrategy.IgnoreStrategyBuilder builder()
    • getTenantLine

      public Boolean getTenantLine()
    • getDynamicTableName

      public Boolean getDynamicTableName()
    • getBlockAttack

      public Boolean getBlockAttack()
    • getIllegalSql

      public Boolean getIllegalSql()
    • getDataPermission

      public Boolean getDataPermission()
    • getOthers

      public Map<String,Boolean> getOthers()
    • setTenantLine

      public void setTenantLine(Boolean tenantLine)
    • setDynamicTableName

      public void setDynamicTableName(Boolean dynamicTableName)
    • setBlockAttack

      public void setBlockAttack(Boolean blockAttack)
    • setIllegalSql

      public void setIllegalSql(Boolean illegalSql)
    • setDataPermission

      public void setDataPermission(Boolean dataPermission)
    • setOthers

      public void setOthers(Map<String,Boolean> others)