-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Register runtime hints for types exposed via PersistenceManagedTypes #29096
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
Comments
You can find a draft commit on sdeleuze@gh-29096. It uses as expected The part which is more tricky is to decide what If I am not mistaken, It is unclear if
So for now in my draft commit I have added support for @snicoll @christophstrobl @schauder Please let me know if this is ok from your POV or if this should be refined. |
I just checked that |
Add binding hints for managed types and hints for @EntityListeners, @IdClass and @converter. Closes spring-projectsgh-29096
@christophstrobl I have added support for |
By using
BindingReflectionHintsRegistrar
typical data binding use cases for eg. JPA would be covered.The current registrar implementation would still miss class references in annotation attributes like in
@jakarta.persistence.EntityListeners(MyEntityListener.class)
but this could be handled processor.The text was updated successfully, but these errors were encountered: