Skip to content

Fix parameters bind #2415

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 8, 2025

Testing the change for #2414

@@ -527,313 +544,313 @@
// covariance

@Override
public ReactiveQuerySqmImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {
public ReactiveSqmQueryImpl<R> applyGraph(RootGraph graph, GraphSemantic semantic) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.applyGraph(..) could be confused with overloaded method
applyGraph
, since dispatch depends on static types.
super.setHibernateLockMode( lockMode );
return this;
}

@Override
public ReactiveQuerySqmImpl<R> setTimeout(int timeout) {
public ReactiveSqmQueryImpl<R> setTimeout(int timeout) {

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveSqmQueryImpl.setTimeout(..) could be confused with overloaded method
SqmQueryImpl.setTimeout
, since dispatch depends on static types.
@DavideD DavideD force-pushed the fix-parameters-bind branch from 6b25007 to 240cc36 Compare August 14, 2025 14:48
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