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

New queriyng API #90

Open
d-r-q opened this issue May 14, 2020 · 0 comments
Open

New queriyng API #90

d-r-q opened this issue May 14, 2020 · 0 comments

Comments

@d-r-q
Copy link
Owner

d-r-q commented May 14, 2020

Develop new queries API based on collections (#51)

Api should:

  1. Be based on collection concept
  2. Be suspend/use flow/use channel
  3. Support entity views (Enitity views #77)

Api shouldn't:

  1. support lazy loading
  2. support entity cycles in first version

At first the api may return all entities of collection, that can be manipulated by standard kotlin's collections operations, but it should provide way to backward compatibly introduce a way to filter collection internally.

Cases to consider:

Study JPA's EntityGraph feture

@d-r-q d-r-q added this to the Clean up milestone May 14, 2020
d-r-q pushed a commit that referenced this issue May 14, 2020
…lection

And it's anyway will be dropped in #90
Close #67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant