接口 NotBetween<Children>
- 所有已知子接口:
ConditionOperations<Children>,DeletionAction<R>,QueryAction<R>,QueryOperations<C>,UpdateAction<R>,UpdateOperations<C>
public interface NotBetween<Children>
the is
NotBetween- 从以下版本开始:
- 0.0.4
- 作者:
- zeng
-
方法概要
修饰符和类型方法说明notBetween(boolean condition, Enum<?> field, Object leftValue, Object rightValue) 不在范围notBetween(boolean condition, String tableAlias, Enum<?> field, Object leftValue, Object rightValue) 不在范围notBetween(boolean condition, String field, Object leftValue, Object rightValue) 不在范围notBetween(Enum<?> field, Object leftValue, Object rightValue) 不在范围notBetween(String tableAlias, Enum<?> field, Object leftValue, Object rightValue) 不在范围notBetween(String field, Object leftValue, Object rightValue) 不在范围
-
方法详细资料
-
notBetween
不在范围- 参数:
field- 字段名leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-
notBetween
不在范围- 参数:
field- 字段枚举leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-
notBetween
不在范围- 参数:
tableAlias- 字段表别名field- 字段枚举leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-
notBetween
不在范围- 参数:
condition- 是否应用条件field- 字段名leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-
notBetween
不在范围- 参数:
condition- 是否应用条件field- 字段枚举leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-
notBetween
Children notBetween(boolean condition, String tableAlias, Enum<?> field, Object leftValue, Object rightValue) 不在范围- 参数:
condition- 是否应用条件tableAlias- 字段表别名field- 字段枚举leftValue- 左值rightValue- 右值- 返回:
- 具体实现
-