Skip to content
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

Handle operation with depth > 1 #26

Open
3 tasks
stombre opened this issue Oct 3, 2020 · 0 comments
Open
3 tasks

Handle operation with depth > 1 #26

stombre opened this issue Oct 3, 2020 · 0 comments
Labels
available for contribution If you search issue, you could contribute in component - relation Subject related to relation (linkedWith, operation...) enhancement New feature or request

Comments

@stombre
Copy link
Contributor

stombre commented Oct 3, 2020

Introduction

Currently the ORM support direct link
A ref B
A.linkedWith B !!

This issue is an idea to introduce more depth;
A ref B
B ref C
A linkedWith C

Todo

  • Resolve deep relation between concept (in Relation class ? Dummy vs A* / Djistra ?)
  • Make linkedWith work with deep reference
  • Way to overload behavior when resolving complex reference (for handling join operator in SQL eventually)
@stombre stombre added enhancement New feature or request available for contribution If you search issue, you could contribute in component - relation Subject related to relation (linkedWith, operation...) labels Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
available for contribution If you search issue, you could contribute in component - relation Subject related to relation (linkedWith, operation...) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant