Is there a way to get org.neo4j.ogm.response.model.NodeModel as results after running a particular query ?
Reason for this is I'm having dynamic properties of my node, which cannot be specify in POJO class.While I'm debugging through the SDN 4.1.1 code i've seen that all properties are there in the NodeModel under map called "properties".So if I can get that map after running a query, thats pretty much solves my problem