-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19782 - Oracle support for locking across joins #10954
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
Conversation
# Conflicts: # hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
# Conflicts: # hibernate-core/src/main/java/org/hibernate/sql/results/jdbc/internal/DeferredResultSetAccess.java
| } | ||
|
|
||
| default RootGraphImplementor createRootGraph(SharedSessionContractImplementor session) { | ||
| if ( getRepresentationStrategy() instanceof EntityRepresentationStrategyMap mapRep ) { |
Check notice
Code scanning / CodeQL
Unread local variable Note
| final Map<Object, EntityDetails> entityDetailsMap = resolveEntityKeys( entityKeys, executionContext ); | ||
|
|
||
| entityMappingType.forEachAttributeMapping( (index, attributeMapping) -> { | ||
| if ( attributeMapping instanceof PluralAttributeMapping pluralAttributeMapping ) { |
Check notice
Code scanning / CodeQL
Unread local variable Note
|
|
||
| private final FollowOnLockingCreationStates creationStates; | ||
|
|
||
| private final List<Integer> statePositions = new ArrayList<>(); |
Check failure
Code scanning / CodeQL
Container contents are never accessed Error
| * @param jdbcConnection The JDBC Connection. | ||
| * @param executionContext Access to contextual information useful while executing. | ||
| */ | ||
| void performPostAction(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext); |
Check notice
Code scanning / CodeQL
Useless parameter Note
| * @param jdbcConnection The JDBC Connection. | ||
| * @param executionContext Access to contextual information useful while executing. | ||
| */ | ||
| void performPreAction(StatementAccess jdbcStatementAccess, Connection jdbcConnection, ExecutionContext executionContext); |
Check notice
Code scanning / CodeQL
Useless parameter Note
HHH-19782 - Oracle support for locking across joins
NOTE: Builds on top of #10752
[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.
https://hibernate.atlassian.net/browse/HHH-19602
https://hibernate.atlassian.net/browse/HHH-19782