neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

Document Cypher DSL as experimental API. #175

Closed michael-simons closed 4 years ago

michael-simons commented 4 years ago

This also removes the Expression interface from both Node and Relationship which does not make sense on them. It closes #106.

michael-simons commented 4 years ago

The polishing looks bigger than it is due to extraction of shared constants into a… Constants class. Apart from that, Node and Relationship now allows being named with a SymbolicName instance, so that those can be kept around, allowing for more concise code and less object allocation. Thanks a ton @meistermeier for the remark regarding the names of the relationship in that outgoing / incoming scenario 👍