microsoft / spring-data-gremlin

We are in the process of deprecating Spring Data Gremlin. -- Provide generic annotation oriented programming form based on gremlin for graph database
Other
129 stars 76 forks source link

Repository deleteAllByField not supported #280

Closed AntonSynytsia closed 3 years ago

AntonSynytsia commented 3 years ago

I have vertices which contain :viewId property. I want to be able to delete all vertices by viewID property. Creating the following repository method an calling it did not work:

void deleteAllByViewId(String viewId)

I had to revert to an approach of node = findAllByViewId(viewId) and deleteAll(nodes), which is probably not efficient.

Request: add support for deleting all by field.

chenrujun commented 3 years ago

Closing this issue. Because it's not active for a long time. If anyone have similar issue, please create issue in new repo: https://github.com/Azure/azure-sdk-for-java/issues