接口 JoinNotLikeLeft<Children>

所有超级接口:
ResolveFieldName

public interface JoinNotLikeLeft<Children> extends ResolveFieldName
从以下版本开始:
0.0.4
作者:
zeng
  • 方法详细资料

    • notLikeLeft

      Children notLikeLeft(String field, String value)
      非左模糊匹配条件
      参数:
      field - 字段名称
      value - 匹配值
      返回:
      具体实现
    • notLikeLeft

      Children notLikeLeft(Enum<?> field, String value)
      非左模糊匹配条件
      参数:
      field - 字段枚举
      value - 匹配值
      返回:
      具体实现
    • notLikeLeft

      Children notLikeLeft(String tableAlias, Enum<?> field, String value)
      非左模糊匹配条件
      参数:
      tableAlias - 字段表别名
      field - 字段枚举
      value - 匹配值
      返回:
      具体实现
    • notLikeLeft

      default Children notLikeLeft(boolean condition, String field, String value)
      非左模糊匹配条件
      参数:
      condition - 条件
      field - 字段名称
      value - 匹配值
      返回:
      具体实现
    • notLikeLeft

      default Children notLikeLeft(boolean condition, Enum<?> field, String value)
      非左模糊匹配条件
      参数:
      condition - 条件
      field - 字段枚举
      value - 匹配值
      返回:
      具体实现
    • notLikeLeft

      default Children notLikeLeft(boolean condition, String tableAlias, Enum<?> field, String value)
      非左模糊匹配条件
      参数:
      condition - 条件
      tableAlias - 字段表别名
      field - 字段枚举
      value - 匹配值
      返回:
      具体实现