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

Add named paths and missing predicate functions. #253

Closed michael-simons closed 4 years ago

michael-simons commented 4 years ago

This adds the ability to use named paths as defined in 3.1.4.8 of the docs.

Based on those (and other expressions), all list based predicates have been added as well (any, all, single and none). The existing exists predicate for properties and patterns have been moved from the Conditions to Predicates as well.

This closes #247.