|
See comments on
HHH-8997
for additional use cases. For instance, PersistentMap#needsInserting would correctly handle Map values with all null props if this were the case.
Note that the fix in
HHH-7072
would need to be tweaked. AbstractPersistentCollection#needsRecreate would need to return false if "! persister.hasIndex()" (I think – something like that).
|