public abstract class EntityPathWrapper<E extends EntityPathWrapper<E,T>,T> extends ConditionWrapper<T>
| 构造器和说明 |
|---|
EntityPathWrapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
E |
and()
使用AND连接并换行
|
E |
andNew()
使用AND连接并换行
eg: ew.where("name='zhangsan'").and("id=11").andNew("statu=1"); 输出: WHERE
(name='zhangsan' AND id=11) AND (statu=1)
|
E |
or()
使用OR连接并换行
|
E |
orNew()
使用OR换行,并添加一个带()的新的条件
eg: ew.where("name='zhangsan'").and("id=11").orNew("statu=1"); 输出: WHERE
(name='zhangsan' AND id=11) OR (statu=1)
|
E |
trim(boolean trim) |
addAdditions, addConditions, between, between, doDefault, eq, eq, ge, ge, getAdditionValue, getConditionValue, gt, gt, in, in, in, in, in, in, isSetGroupBy, isSetIsNotNull, isSetIsNull, isSetOrderBy, le, le, like, like, like, like, lt, lt, ne, ne, notBetween, notBetween, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, notLike, notLike, setSetGroupBy, setSetIsNotNull, setSetIsNull, setSetOrderBy, setTrimaddFilter, addFilterIfNeed, allEq, allEq, and, and, andNew, andNew, clone, exists, exists, formatSql, formatSqlIfNeed, getParamAlias, getParamNameValuePairs, getSqlSelect, groupBy, groupBy, having, having, isEmptyOfWhere, isNotEmptyOfWhere, isNotNull, isNotNull, isNull, isNull, isWhere, last, notExists, notExists, or, or, orderAsc, orderBy, orderBy, orderBy, orderBy, orderBy, orderDesc, originalSql, orNew, orNew, setParamAlias, setSqlSelect, setSqlSelect, setSqlSelect, setSqlSelect, toString, where, where