org.neo4j.rest.graphdb.entity.RestNode cannot be cast to Spring Data Neo4j Node Entity in SDN 3 -


not able typecast restnode neo4j node entity. using mapresult has been deprecated in spring data neo4j version 3. should right way convert?

not sure if still needing answer, i'm using neo4joperations.convert method, pretty straight forward conversion:

t convertedentity = neo4joperations.convert(object value, class<t> type); 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -