| Modifier and Type | Method and Description |
|---|---|
protected Condition<T> |
QBuilder.condition(FieldPath field,
ComparisonOperator operator,
Collection<?> values)
Call this method to add a condition to the current logical node of the underlying query tree.
|
| Constructor and Description |
|---|
BooleanPropertyDelegate(FieldPath field,
T canonical) |
ConditionPropertyDelegate(FieldPath field,
T canonical) |
DoublePropertyDelegate(FieldPath field,
T canonical) |
EnumPropertyDelegate(FieldPath field,
T canonical) |
FloatPropertyDelegate(FieldPath field,
T canonical) |
InstantPropertyDelegate(FieldPath field,
T canonical) |
IntegerPropertyDelegate(FieldPath field,
T canonical) |
LongPropertyDelegate(FieldPath field,
T canonical) |
ShortPropertyDelegate(FieldPath field,
T canonical) |
StringPropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
protected FieldPath |
PropertyDelegate.getField() |
| Constructor and Description |
|---|
EquitablePropertyDelegate(FieldPath field,
T canonical) |
ExistentialPropertyDelegate(FieldPath field,
T canonical) |
InstantLikePropertyDelegate(FieldPath field,
T canonical) |
ListablePropertyDelegate(FieldPath field,
T canonical) |
NumberPropertyDelegate(FieldPath field,
T canonical) |
PropertyDelegate(FieldPath field,
T canonical) |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
ComparisonNode.getField() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonNode.setField(FieldPath field) |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
FieldPath.append(FieldPath... path) |
FieldPath |
FieldPath.append(String... path) |
FieldPath |
FieldPath.prepend(FieldPath path) |
FieldPath |
FieldPath.prepend(String path) |
| Modifier and Type | Method and Description |
|---|---|
Optional<FieldPath> |
FieldPath.getParentPath() |
| Modifier and Type | Method and Description |
|---|---|
FieldPath |
FieldPath.append(FieldPath... path) |
FieldPath |
FieldPath.prepend(FieldPath path) |
Copyright © 2017. All rights reserved.