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
Entity
with a translated fieldname
.Could you please suggest a solution to the situation when I need to order the items collection (using
OrderFilter
) by thename
field considering the currentlocale
? What should the annotations look like?