improve manager sort api

This commit is contained in:
Sebastian Sdorra
2011-06-09 22:10:30 +02:00
parent cef6d27c99
commit 1edd0e8768
4 changed files with 77 additions and 5 deletions

View File

@@ -83,6 +83,17 @@ public interface Manager<T extends ModelObject, E extends Exception>
*/
public Collection<T> getAll();
/**
* Method description
*
*
*
* @param comparator
* @return
* @since 1.4
*/
public Collection<T> getAll(Comparator<T> comparator);
/**
* Method description
*