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
I am creating a new project , I need to use janusgraph. I have to increase productivity , so I am looking for betters ways to persist objects from Java world with relationships to Janusgraph . I have started to create an implementation for persisting objects using graph but that is requiring lot of conversion code o be written. Basically, conversion of Properties from Java class to array of properties and then saving them to graph.
Also while retrieving object, it returns it as Vertex and I need to copy properties back to original domain objects. is there a better way around or driver written for that ?
The text was updated successfully, but these errors were encountered:
I am creating a new project , I need to use janusgraph. I have to increase productivity , so I am looking for betters ways to persist objects from Java world with relationships to Janusgraph . I have started to create an implementation for persisting objects using graph but that is requiring lot of conversion code o be written. Basically, conversion of Properties from Java class to array of properties and then saving them to graph.
Also while retrieving object, it returns it as Vertex and I need to copy properties back to original domain objects. is there a better way around or driver written for that ?
The text was updated successfully, but these errors were encountered: