DegreeQuery<T> |
DegreeQuery.in(Collection<String> subTypeNames) |
DegreeQuery<T> |
DegreeQuery.in(String... subTypeNames) |
DegreeQuery<T> |
DegreeQuery.of(Collection<String> ofTypeNames) |
DegreeQuery<T> |
DegreeQuery.of(String... ofTypeNames) |
DegreeQuery<String> |
DegreeQuery.persist()
Persist the result in the graph after executing the query.
|
DegreeQuery<String> |
DegreeQuery.persist(String resourceTypeName)
Persist the result in the graph after executing the query.
|
DegreeQuery<T> |
DegreeQuery.withGraph(GraknGraph graph) |