接口 LikeRight<Children>

所有已知子接口:
ConditionOperations<Children>, DeletionAction<R>, QueryAction<R>, QueryOperations<C>, UpdateAction<R>, UpdateOperations<C>

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

    • likeRight

      Children likeRight(String field, Object value)
      右模糊匹配
      参数:
      field - 字段名
      value - 值
      返回:
      具体实现
    • likeRight

      Children likeRight(Enum<?> field, Object value)
      右模糊匹配
      参数:
      field - 字段枚举
      value - 值
      返回:
      具体实现
    • likeRight

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

      Children likeRight(boolean condition, String field, Object value)
      右模糊匹配
      参数:
      condition - 是否应用条件
      field - 字段名
      value - 值
      返回:
      具体实现
    • likeRight

      Children likeRight(boolean condition, Enum<?> field, Object value)
      右模糊匹配
      参数:
      condition - 是否应用条件
      field - 字段枚举
      value - 值
      返回:
      具体实现
    • likeRight

      Children likeRight(boolean condition, String tableAlias, Enum<?> field, Object value)
      右模糊匹配
      参数:
      condition - 是否应用条件
      tableAlias - 字段表别名
      field - 字段枚举
      value - 值
      返回:
      具体实现