Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 6288606

Browse files
committed
creates delete query converter
1 parent 6ef2e16 commit 6288606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

artemis-graph/src/main/java/org/jnosql/artemis/graph/query/DeleteQueryConverter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public List<Vertex> apply(GraphQueryMethod graphQuery) {
4040
traversal.filter(getPredicate(graphQuery, condition, representation));
4141
}
4242

43-
43+
traversal.hasLabel(representation.getName());
44+
return traversal.toList();
4445
}
4546
}

0 commit comments

Comments
 (0)