gjrwebber / spring-data-gremlin

Spring data gremlin makes it easier to implement Graph based repositories. This module extends Spring Data to allow support for potentially any Graph database that implements the Tinkerpop Blueprints 2.x API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many to One relationships creating an extra link

gjrwebber opened this issue · comments

If a One to Many relationship exists, a Many to One relationship on the referenced Object will result in 2 links between the two vertices.

This is now working as expected.