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
The fix should only be enabled if the subobject column name contains no "_" (standard column namr separator).
It doesn't correct as well, because there are projects with properties named contains "_". And it would be too confusing to have different behavior based on variable name.
I could introduce a new flag useParentNameAsPrefix on annotation @Column.
According documentation of
Column.name
:Each column will have the "BIG_SUBOBJ_FLAT" prefix
But it doesn't work if child object has column annotation with specified
name
. In this case parent'sColumn.name
is ignored.The text was updated successfully, but these errors were encountered: