-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Support of Embedded and ManyToOne nested object projection + Support of @ProjectedFieldName on class fields #36581
Comments
/cc @FroMage (panache), @loicmathieu (panache) |
…ction + Support of @ProjectedFieldName on class fields
Hi @FroMage , @loicmathieu Thanks |
…ction + Support of @ProjectedFieldName on class fields
Hi @FroMage , @loicmathieu, @yrodiere |
I don't have time for this, sorry. Maybe somebody else will. In any case, I'm sure @FroMage accepts pull requests :) |
Hello, @FroMage @loicmathieu any possible update ? |
Hello @yrodiere , should I add other people to have a chance for this to move forward ? Seems @FroMage and @loicmathieu doesn't have time to look at this. Is there anything I can do to unblock ? |
Yes, you can work with the Panache maintainers (i.e. not me, but @FroMage or maybe @loicmathieu or someone else) to provide a pull request yourself. |
Thanks @yrodiere! |
Hi @humcqc, |
…ction + Support of @ProjectedFieldName on class fields
Thanks @loicmathieu |
Add simple test/example with DogDto2 Rename annotation Add documentation
…ommitted by mistake.
…ction + Support of @ProjectedFieldName on class fields
Add simple test/example with DogDto2 Rename annotation Add documentation
…ommitted by mistake.
…ction + Support of @ProjectedFieldName on class fields
Add simple test/example with DogDto2 Rename annotation Add documentation
…ommitted by mistake.
…ction + Support of @ProjectedFieldName on class fields
Add simple test/example with DogDto2 Rename annotation Add documentation
…ommitted by mistake.
…ction + Support of @ProjectedFieldName on class fields
Add simple test/example with DogDto2 Rename annotation Add documentation
…ommitted by mistake.
Description
Add support of @Embedded and @XXXToOne nested objects in panache query projection.
When you use Lombok for DTO, it could be helpfull to have the @ProjectedFieldName annotation available for fields instead of constructor parameters.
Implementation ideas
Add support in CommonPanacheQueryImpl#project
The text was updated successfully, but these errors were encountered: