Hey friends,
when loading a node out of NEO4Js graph database into our java domain object, there is a linkage between this object and the underlying NodeBacked object.
This linkage causes some limitations (for examle it is not possible to serialize the java object that is linked to the NodeBacked).
So back to the question: How can I remove this linkage between Domain Object and NodeBacked during runtime? Do i have to change the source code of Spring Data Graph 1.1.0?
Thanks for your help!
Best regards,
stomat06


Reply With Quote
