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 ?