Пример #1
0
 public static DbIterator<Account> getAllAccounts(int from, int to) {
   return accountTable.getAll(from, to);
 }