-
Notifications
You must be signed in to change notification settings - Fork 617
Mapping of nested classes collected under common label #2462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is not as simple as you might think in the first place 😉 but challenge accepted. |
Yeah, I didn't have even the smallest thought that it is simple. I've debugged some classes of SDN that are responsible for mappings and I totally understand why it works this way. And it is just a suggestion for you broad the vision on the possible use cases. I have already spent a lot of hours trying to migrate our code from OGM (that is not supported anymore) to SDN. I think I'll be able to cope with this particular case (and yeah its complicated :) ). And thank you for the response and have a nice day. |
Could you give |
Brilliant!!! Its working!!! Many thanks!!!! |
Thanks for your feedback. |
Hello, team!
I have a question regarding inheritance again. For Example there is the following architecture:
I have a use case when I need to get the collection of all entities that are subclassed from BaseClass. With OGM I was able to execute the following query and have everything mapped correctly.
But now the cypher response has increased significantly and not totally correct. It doesn't expect to cover even this simple inheritance scheme described in first code block.
Please take a look at my unit tests in the repository https://github.com/idun-corp/neo4j-test (Test PetOwnerNeo4jServiceTest.testGetAllWithRelations)
The text was updated successfully, but these errors were encountered: