| Package | Description |
|---|---|
| com.mware.ge.query |
| Modifier and Type | Field and Description |
|---|---|
Conjunction |
QueryBase.HasContainer.conjunction |
| Modifier and Type | Method and Description |
|---|---|
static Conjunction |
Conjunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conjunction[] |
Conjunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Value> |
QueryBase.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value) |
<T extends Value> |
Query.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(String propertyName,
Predicate predicate,
Conjunction conjunction,
T value) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.