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

Document limitations of entity selects in entity views #146

Closed
beikov opened this issue Aug 17, 2015 · 1 comment
Closed

Document limitations of entity selects in entity views #146

beikov opened this issue Aug 17, 2015 · 1 comment
Assignees

Comments

@beikov
Copy link
Member

beikov commented Aug 17, 2015

Document that when using entities in entity views there are some limitations.

  • No relations of an entity can be fetched. This is a limitation of JPA in general as it seems. Selecting an entity of a relation makes every join fetch illegal.
@beikov beikov added this to the 1.1.0 milestone Aug 17, 2015
@beikov beikov modified the milestones: 1.2.0, 1.1.0 Feb 3, 2016
@beikov beikov removed this from the 1.2.0 milestone Feb 19, 2016
@beikov
Copy link
Member Author

beikov commented Sep 29, 2016

Actually this is wrong as I found out while investigating #190
I created #257 for implementing support for fetches in entity views.

@beikov beikov closed this as completed Sep 29, 2016
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

2 participants