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
@MapKey and @OrderBy are extremely conceptually-similar in that they each reference a field of the associated entity. They are both different to @OrderColumn and @MapKeyColumn in that these latter annotations provide column names.
But @MapKey has a name member like @XxxColumn annotations instead of a value member like @OrderBy.
This is inconsistent and unnecessarily verbose.
I think we should add value and deprecate name.
The text was updated successfully, but these errors were encountered:
@MapKey
and@OrderBy
are extremely conceptually-similar in that they each reference a field of the associated entity. They are both different to@OrderColumn
and@MapKeyColumn
in that these latter annotations provide column names.But
@MapKey
has aname
member like@XxxColumn
annotations instead of avalue
member like@OrderBy
.This is inconsistent and unnecessarily verbose.
I think we should add
value
and deprecatename
.The text was updated successfully, but these errors were encountered: