| Package | Description |
|---|---|
| com.mware.ge.query |
| Modifier and Type | Class and Description |
|---|---|
class |
Compare |
class |
Contains |
class |
GeoCompare |
class |
TextPredicate |
| Modifier and Type | Field and Description |
|---|---|
Predicate |
QueryBase.HasValueContainer.predicate |
| Modifier and Type | Method and Description |
|---|---|
<T extends Value,K extends Value> |
QueryBase.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value,K extends Value> |
Query.has(Class<T> dataType,
Predicate predicate,
K value)
Adds a filter to the query.
|
<T extends Value,K extends Value> |
EmptyResultsGraphQuery.has(Class<T> dataType,
Predicate predicate,
K value) |
<T extends Value> |
QueryBase.has(Iterable<String> propertyNames,
Predicate predicate,
T value) |
<T extends Value> |
Query.has(Iterable<String> propertyNames,
Predicate predicate,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(Iterable<String> propertyNames,
Predicate predicate,
T value) |
<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) |
<T extends Value> |
QueryBase.has(String propertyName,
Predicate predicate,
T value) |
<T extends Value> |
Query.has(String propertyName,
Predicate predicate,
T value)
Adds a filter to the query.
|
<T extends Value> |
EmptyResultsGraphQuery.has(String propertyName,
Predicate predicate,
T value) |
| Constructor and Description |
|---|
HasValueContainer(Conjunction conjunction,
Class<? extends Value> dataType,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
HasValueContainer(Conjunction conjunction,
Iterable<String> keys,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
HasValueContainer(Conjunction conjunction,
String key,
Predicate predicate,
Value value,
Collection<PropertyDefinition> propertyDefinitions) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.