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 ;-)
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 ;-)