Skip to content

Conversation

@beikov
Copy link
Member

@beikov beikov commented Jul 11, 2024


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-18379

* @since 6.6
*/
default void finishUp(int resultCount, SharedSessionContractImplementor session) {
finishUp( session );

Check notice

Code scanning / CodeQL

Deprecated method or constructor invocation

Invoking [QueryCachePutManager.finishUp](1) should be avoided because it has been deprecated.
private int determineResultCountEstimate(
ResultSetAccess resultSetAccess,
QueryOptions queryOptions,
ExecutionContext executionContext) {

Check notice

Code scanning / CodeQL

Useless parameter

The parameter 'executionContext' is never used.
@beikov beikov merged commit ba05533 into hibernate:main Jul 23, 2024
@beikov beikov deleted the HHH-18379 branch July 23, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant