You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am new to spring data gremlin. When I am saving my vertex domain entity in database using repository , its add "_classname" field with full class path. I want to know what is the usecase of this? can we stop making spring to insert it .
Any help will be really appreciated.
The text was updated successfully, but these errors were encountered:
minaksheej
changed the title
When saving data using spring data gremlin for cosmos graph db .Its insering _classname="full path of class" as a field
When saving vertex using spring data gremlin for cosmos graph db .Its inserting _classname="full path of class" as a field
Mar 10, 2021
Hi,
I am new to spring data gremlin. When I am saving my vertex domain entity in database using repository , its add "_classname" field with full class path. I want to know what is the usecase of this? can we stop making spring to insert it .
Any help will be really appreciated.
The text was updated successfully, but these errors were encountered: