Suppose I have an Entity with a translated field name.
Could you please suggest a solution to the situation when I need to order the items collection (using OrderFilter) by the name field considering the current locale? What should the annotations look like?
Suppose I have an
Entitywith a translated fieldname.Could you please suggest a solution to the situation when I need to order the items collection (using
OrderFilter) by thenamefield considering the currentlocale? What should the annotations look like?