You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using inheritance with updatable entity view types, the dirty state arrays get the size of the overall mutable attributes rather than just the size of the attributes that are actually mutable for a specific subtype. This leads to an index out of bounds exception during the remove operation.
Description
When using inheritance with updatable entity view types, the dirty state arrays get the size of the overall mutable attributes rather than just the size of the attributes that are actually mutable for a specific subtype. This leads to an index out of bounds exception during the remove operation.
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version: 1.3.0
JPA-Provider: -
DBMS: -
Application Server: -
The text was updated successfully, but these errors were encountered: