Thanks for the response.
Yeah I figured out the multiple properties, the javadocs were just a bit confusing to me between the static methods of Property return a (single) Property or Property[] vs...
Type: Posts; User: mj1932; Keyword(s):
Thanks for the response.
Yeah I figured out the multiple properties, the javadocs were just a bit confusing to me between the static methods of Property return a (single) Property or Property[] vs...
After playing around some more, I'm not able to even set any(1 or N) properties when utilizing the RestGraphDatabase. I confirmed this looking through the neo4j webadmin as well that NO properties...
I think you may have missed my point, I'm not using annotated (JPA'ish) domain classes.
I downloaded the latest Spring Data Graph (Neo4j) release and got the impression that you can only create a node with a single property (utilizing the Neo4jTemplate). I don't see another signature...