Skip to content

Conversation

@gavinking
Copy link
Member

All of these methods now exist in the JPA supertype, without the funky naming. We need to guide users away from the non-standard ones, especially in light of the ugliness.

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


 All of these methods now exist in the JPA supertype,
 without the funky naming. We need to guide users away
 from the non-standard ones, especially in light of the
 ugliness.
@hibernate-github-bot
Copy link

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: [9bc5964]

› This message was automatically generated.

*/
@Override
default <X> SubGraph<X> addSubgraph(String attributeName) {
return addSubGraph( attributeName );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Graph.addSubGraph
should be avoided because it has been deprecated.
@gavinking gavinking merged commit 5b7673d into hibernate:main Jan 2, 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