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

Introduce ObjectBuilderTarget interface and make use of it #1647

Open
beikov opened this issue Nov 26, 2022 · 0 comments
Open

Introduce ObjectBuilderTarget interface and make use of it #1647

beikov opened this issue Nov 26, 2022 · 0 comments
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Nov 26, 2022

#1645 makes it clear that we need some new abstractions. Since we switch to Java 8 as baseline in 1.7, we can add default methods to some types.

We should introduce ObjectBuilderTarget that extends SelectBuilder<X> & FetchBuilder<X> & CommonQueryBuilder<X>, which we then use in ObjectBuilder. Entity views should use the new method instead.

@beikov beikov added this to the 1.7.0 milestone Nov 26, 2022
@beikov beikov self-assigned this Nov 26, 2022
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