neo4j / neo4j-ogm

Java Object-Graph Mapping Library for Neo4j
https://neo4j.com/docs/ogm-manual/
Apache License 2.0
337 stars 164 forks source link

@Relationship when query the db, to retrieve all the related ones without specify the type of the relation, is this possible ? #497

Closed amarjaljolie closed 6 years ago

amarjaljolie commented 6 years ago

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

  1. ...
  2. ...
  3. ...
  4. ...

Context

Your Environment

meistermeier commented 6 years ago

Short answer: No. Please ask such questions with a little bit more information at StackOverflow and tag them (at least) with neo4j-ogm. If you have some code to share I will be glad to look on this and look for a possible solution.