Skip to content

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 4, 2026

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: [e1f80c9, c185428, 26fddd3, 08547a4, 48b9235, b40a129, cc10663, 9a24ebc, 1551e73]

› This message was automatically generated.

@gavinking gavinking force-pushed the bigchset branch 2 times, most recently from ded0c52 to 2cf8fcb Compare January 4, 2026 09:54
@gavinking gavinking marked this pull request as ready for review January 4, 2026 09:54
final GeneratedValues generatedValues = identifierDelegate.performInsertReturning(
final var identifierDelegate = (InsertGeneratedIdentifierDelegate) insertDelegate;
final var jdbcValueBinder = basicIdentifierMapping.getJdbcMapping().getJdbcValueBinder();
for ( var entry : entityTableToRootIdentity.entrySet() ) {

Check warning

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
entityTableToRootIdentity
may be null at this access because of
this
assignment.
Comment on lines +167 to +168
final Map<Fetchable, FetchBuilder> fetchBuilderMap =
new HashMap<>( this.fetchBuilderMap.size() );

Check notice

Code scanning / CodeQL

Possible confusion of local and field Note

Potentially confusing name: method
fetchBuilderMap
also refers to field
fetchBuilderMap
(as this.fetchBuilderMap).
@gavinking gavinking merged commit 3b10d8d into hibernate:main Jan 4, 2026
40 of 42 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