As a follow up to https://hibernate.atlassian.net/browse/HHH-15616, some additional cases of the same pattern were identified. I believe this is all of them as I’ve scanned the code for all instanceof instructions on ManagedEntity, PersistentAttributeInterceptable and SelfDirtinessTracker ; it’s unlikely but possible that this list is still incomplete as the pattern can be injected in bytcode in a variety of ways. Either way, there’s nothing wrong in expanding this coverage incrementally. |