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

Finder method support for related entities #193

Closed meistermeier closed 4 years ago

meistermeier commented 4 years ago

With this PR it will be possible to create finder methods to query for related entities properties like Person findByPetsName(String petName). Unfortunately it is not possible to support RelationshipProperties because the map structure cannot provide the direct field access that is needed to get process the finder method.