所有方法 实例方法 具体方法
| 限定符和类型 |
方法和说明 |
protected <Right extends Model> Children |
add(CompareEnum type,
MFunction<Left,?> lf,
Class<Right> right,
MFunction<Right,?> rf) |
protected <Right extends Model> Children |
add(CompareEnum type,
MFunction<Left,?> lf,
MFunction<Right,?> rf) |
protected Children |
add(CompareEnum type,
MFunction<Left,?> lf,
Object value) |
protected Children |
between(MFunction<Left,?> lf,
Object val) |
Children |
chain() |
protected <Right extends Model> Children |
eq(MFunction<Left,?> lf,
Class<Right> right,
MFunction<Right,?> rf) |
protected Children |
eq(MFunction<Left,?> lf,
Object val) |
Class<Left> |
getLeft() |
String |
getLeftAlias() |
List<JoinSpecifyBase.Item<?,?>> |
getOnList() |
protected Children |
in(MFunction<Left,?> lf,
Object val) |
boolean |
isLoadLeftData() |
protected Children |
isNotNull(MFunction<Left,?> lf) |
protected Children |
isNull(MFunction<Left,?> lf) |
protected <Right extends Model> Children |
neq(MFunction<Left,?> lf,
Class<Right> right,
MFunction<Right,?> rf) |
protected Children |
notIn(MFunction<Left,?> lf,
Object val) |
Children |
setLeft(Class<Left> left) |
Children |
setLeftAlias(String leftAlias) |
Children |
setLoadLeftData(boolean loadLeftData) |