-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
HHH-18649 populate TypedQueryReference in static metamodel #9000
Conversation
also rename two enums since "metamodel" is a word
@gavinking Are you sure that |
Hibernate 7 targets JPA 3.2, which requires Java 17. |
eb896ef
to
f022167
Compare
@@ -222,12 +224,10 @@ | |||
); | |||
} | |||
|
|||
if ( content instanceof JaxbHbmQueryParamType ) { | |||
final JaxbHbmQueryParamType paramTypeBinding = (JaxbHbmQueryParamType) content; | |||
if ( content instanceof JaxbHbmQueryParamType paramTypeBinding ) { |
Check notice
Code scanning / CodeQL
Chain of 'instanceof' tests Note
Yes,. now I see, sorry. It seems that User Guide misguided me :-) |
also rename two enums since "metamodel" is a word
[Please describe here what your change is about]
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-18649