I have a user entity. It implements the basic user-interface.
I want to sort my users by roles and I don't know how to do it.
(it is for send a message for my admins only with a message entity who is targeting the user entity on a ManyToOne relation)