Null Pointer Exception while calling loadAll method of Neo4jTemplate class 
with valid arguments.

I have  a Test Class with @NodeEntity

I saved its object with:
template.save(obj).

While retrieving with :
template.loadAll(Test.class);
I am getting null pointer exception.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to