when execute 
dao.getAll();

system will return a list.

how to sort the list just by configuration (without writing a line ?)

just like 
@Orderby("id")

for 
Set<Entity>...

Thanks ;-)

Reply via email to