Is it possible to have full access to my neo4j graph with spring framework if I haven't build the graph with using spring? I am trying some examples and it seems that it's not working properly as some metadata that spring creates don't exists.
EDIT:
For example I have this error No primary SDN label exists .. (i.e one starting with _) when I am trying to access a node by it's id i.e. nodeRepository.findOne(new Long(157138))