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

Build entity-view metamodel more intelligently #308

Closed
Mobe91 opened this issue Dec 1, 2016 · 0 comments
Closed

Build entity-view metamodel more intelligently #308

Mobe91 opened this issue Dec 1, 2016 · 0 comments

Comments

@Mobe91
Copy link
Contributor

Mobe91 commented Dec 1, 2016

There are issues with complex entity view class hierarchies. E.g. mapped abstract methods defined in abstract superclasses of the entity-view base class might be overriden by equally-named methods coming from other super-interfaces. This dependes on the order in which the type hierarchy is traversed when the view type metamodel is built.
It would be nice to have a more intelligent process: Collect equally-named methods for the whole hierarchy and then choose the one with a mapping or report an error if conflicting mappings exist.

@beikov beikov added this to the 1.2.0 milestone Dec 1, 2016
@beikov beikov self-assigned this Dec 1, 2016
@beikov beikov closed this as completed in b5bc852 Dec 30, 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