Is there anyway to change orderby parameter for an @Orderby annotated collection?
e.g.
@OrderBy("age desc")
private List persons
at runtime, I wanna sort by name at runtime. is there anyway to do it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024388#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...