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

Implement Fetch Strategy support for non-correlated attributes #323

Closed
beikov opened this issue Jan 10, 2017 · 0 comments
Closed

Implement Fetch Strategy support for non-correlated attributes #323

beikov opened this issue Jan 10, 2017 · 0 comments

Comments

@beikov
Copy link
Member

beikov commented Jan 10, 2017

We already added the possibility to specify the fetch strategy on attributes with @Mapping(fetch = FetchStrategy.JOIN) but currently the value isn't considered. This is a follow up on #52 and is related to #108 as the implementations for the strategies came from the correlated subview area.

The first version of this will not do any grouping of operations but that should be ok since other strategies should only be rarely used.
Also update the metamodel documentation about flat views supporting non-joined collection mappings.

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