| Package | Description |
|---|---|
| com.thinkaurelius.titan.graphdb.query | |
| com.thinkaurelius.titan.graphdb.query.condition | |
| com.thinkaurelius.titan.graphdb.query.vertex |
| Modifier and Type | Method and Description |
|---|---|
static <E extends TitanElement> |
QueryUtil.constraints2QNF(StandardTitanTx tx,
List<PredicateCondition<String,E>> constraints)
Prepares the constraints from the query builder into a QNF compliant condition.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,E extends TitanElement> |
PredicateCondition.of(K key,
TitanPredicate titanPredicate,
Object condition) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PredicateCondition<String,TitanRelation>> |
BaseVertexCentricQueryBuilder.constraints
The constraints added to this query.
|
Copyright © 2012–2015. All rights reserved.