340341342343344345346347348
results = handler.readDataByRange(tableName, entityClass, metadata, startRow, endRow, columns, filter); } } catch (IOException ioex) { log.error("Error during find by range, Caused by: .", ioex); throw new KunderaException(ioex); } return results; }