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

Allow inheritance for querying. #165

Closed meistermeier closed 4 years ago

meistermeier commented 4 years ago

It is possible to query for an abstract base class and get the results as the concrete implementations.

Also the labels will get inherited for persistence.

JavaDoc and documentation will get added if this is the way we want to go.