Hi On 10/06/13 13:59, Kiril Gavrailov wrote:
Hi Guys, I'm having the following case: 1. I have an object which i pass as a query param (which I use to tell my backend what column in the table and how to order by the result I want) annotated with QueryParam("") OrderCriteria orderCriteria which till now worked just fine. 2. However I now have a case where I want to pass multiple POJOs of the same type as query params, and I'm not finding any information on how to do that. What I want to achieve is to have QueryParam("orderBy") List<OrderCriteria> orderCriterias;Can you advise me what should I do? And most importantly what url should I call, 'cause that's the other thing I cannot figure out.
How a query representing multiple order criteria may look like ? Cheers, Sergey
Big Thanks in advance, Kiril
