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

HHH-19010 also remove inheritance of MappingContext #9566

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

gavinking
Copy link
Member

[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.


@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Jan 5, 2025

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [b2a8062, 35fc708, e6104c2]

› This message was automatically generated.

@gavinking gavinking force-pushed the mappingcontextruntimemetamodels branch from 22f6041 to e6104c2 Compare January 5, 2025 18:58
}

@Override
public Type getReferencedPropertyType(String className, String propertyName) throws MappingException {
return mappingMetamodel.getEntityDescriptor( className ).getPropertyType( propertyName );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
EntityPersister.getPropertyType
should be avoided because it has been deprecated.
@gavinking gavinking merged commit 7e9ff01 into hibernate:main Jan 5, 2025
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant