We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3cc24 commit 899bf7bCopy full SHA for 899bf7b
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/UpdateCoordinatorStandard.java
@@ -1093,7 +1093,7 @@ private void applyTableUpdateDetails(
1093
final AttributeAnalysis attributeAnalysis = updateValuesAnalysis.attributeAnalyses.get( attributeIndex );
1094
1095
if ( attributeAnalysis.includeInSet() ) {
1096
- assert updateValuesAnalysis.tablesNeedingUpdate.contains( tableMapping );
+ assert updateValuesAnalysis.tablesNeedingUpdate.contains( tableMapping ) || updateValuesAnalysis.tablesNeedingDynamicUpdate.contains( tableMapping );
1097
applyAttributeUpdateDetails(
1098
entity,
1099
updateGroupBuilder,
0 commit comments