mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-27 14:30:16 +00:00
HHH-17632 AssertionError when updating entity with lazy loading property and bytecode enhancement
This commit is contained in:
parent
8d1c01b397
commit
e59e142e40
@ -1108,7 +1108,7 @@ private void applyTableUpdateDetails(
|
||||
final AttributeAnalysis attributeAnalysis = updateValuesAnalysis.attributeAnalyses.get( attributeIndex );
|
||||
|
||||
if ( attributeAnalysis.includeInSet() ) {
|
||||
assert updateValuesAnalysis.tablesNeedingUpdate.contains( tableMapping );
|
||||
assert updateValuesAnalysis.tablesNeedingUpdate.contains( tableMapping ) || updateValuesAnalysis.tablesNeedingDynamicUpdate.contains( tableMapping );
|
||||
applyAttributeUpdateDetails(
|
||||
entity,
|
||||
updateGroupBuilder,
|
||||
|
Loading…
x
Reference in New Issue
Block a user