Modifier and Type | Method and Description |
---|---|
static WherePredicate<BigDecimal> |
WherePredicate.forBigDecimal(String columnName,
Operator operator,
BigDecimal value) |
static WherePredicate<Boolean> |
WherePredicate.forBoolean(String columnName,
Operator operator,
Boolean value) |
static WherePredicate<LocalDateTime> |
WherePredicate.forLocalDateTime(String columnName,
Operator operator,
LocalDateTime value) |
static WherePredicate<Long> |
WherePredicate.forLong(String columnName,
Operator operator,
Long value) |
static WherePredicate<String> |
WherePredicate.forString(String columnName,
Operator operator,
String value) |
Modifier and Type | Method and Description |
---|---|
List<WherePredicate> |
WherePredicateTree.asList() |
List<WherePredicate> |
WherePredicateTree.WherePredicateGroup.asList() |
List<WherePredicate> |
WherePredicateTree.EmptyNode.asList() |
Iterator<WherePredicate> |
Where.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
WherePredicateTree.addAtom(WherePredicateTree.Conjunction conjunction,
WherePredicate atom) |
Constructor and Description |
---|
Where(WherePredicate atom) |
WherePredicateTree(WherePredicate atom) |
Copyright © 2019. All rights reserved.