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
There are many @OneToMany relationships in the database beans that are mapped to List objects without any @OrderedBy annotation being specified. There is also no sorting column in the database.
Goal: Use Set instead of List where the order is irrelevant. Introduce sort columns and @OrderedBy annotations, where the order is important.
The text was updated successfully, but these errors were encountered:
There are many
@OneToMany
relationships in the database beans that are mapped toList
objects without any@OrderedBy
annotation being specified. There is also no sorting column in the database.Goal: Use
Set
instead ofList
where the order is irrelevant. Introduce sort columns and@OrderedBy
annotations, where the order is important.The text was updated successfully, but these errors were encountered: