public class ExpressionBuilder<BUILDER_CLASS extends BaseQueryBuilder<BUILDER_CLASS>> extends BaseQueryBuilder<BUILDER_CLASS>
| Modifier and Type | Method and Description |
|---|---|
BUILDER_CLASS |
and(String lvalue) |
BUILDER_CLASS |
eq(Object... that) |
BUILDER_CLASS |
greater(Object that) |
BUILDER_CLASS |
greaterOrEqual(Object that) |
BUILDER_CLASS |
in(Object... that) |
BUILDER_CLASS |
lesser(Object that) |
BUILDER_CLASS |
lesserOrEqual(Object that) |
BUILDER_CLASS |
like(Object that) |
BUILDER_CLASS |
not() |
BUILDER_CLASS |
notEq(Object... that) |
BUILDER_CLASS |
or(String lvalue) |
public BUILDER_CLASS not()
public BUILDER_CLASS in(Object... that)
public BUILDER_CLASS eq(Object... that)
public BUILDER_CLASS notEq(Object... that)
public BUILDER_CLASS greater(Object that)
public BUILDER_CLASS lesserOrEqual(Object that)
public BUILDER_CLASS lesser(Object that)
public BUILDER_CLASS greaterOrEqual(Object that)
public BUILDER_CLASS like(Object that)
public BUILDER_CLASS and(String lvalue)
public BUILDER_CLASS or(String lvalue)
Copyright © 2017 Irenical. All rights reserved.