| Package | Description |
|---|---|
| org.vertexium.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> Query |
QueryBase.has(String propertyName,
Predicate predicate,
T value) |
<T> Query |
CompositeGraphQuery.has(String propertyName,
Predicate predicate,
T value) |
<T> Query |
Query.has(String propertyName,
Predicate predicate,
T value)
Adds a filter to the query.
|
| Constructor and Description |
|---|
HasValueContainer(String key,
Predicate predicate,
Object value,
Collection<PropertyDefinition> propertyDefinitions) |
Copyright © 2014–2017. All rights reserved.