| Package | Description |
|---|---|
| iot.jcypher.query.api.start |
| Modifier and Type | Method and Description |
|---|---|
StartPoint |
SNodeOrRelation.all()
JCYPHER
choose all elements (nodes or relations) as starting points
e.g.
|
StartPoint |
SNodeOrRelation.byId(long... id)
JCYPHER
choose the id(s) of the starting point(s)
e.g.
|
StartPoint |
SPropertyOrQuery.query(String luceneQuery)
JCYPHER
set a lucene query to be used by the lookup
e.g.
|
StartPoint |
SPropertyValue.value(Object value)
JCYPHER
set the property value to be matched by the lookup
e.g.
|
Copyright © 2016. All rights reserved.