Skip to content


Closed TopiaDao.findAllLazy does not work if an order is given
nuiton / topia #622 · created by Tony Chemit
Using this code:
public Iterable getImportFileIdsForImportFile(ImportFile importFile) {
        return forImportFileEquals(importFile)
                .setOrderByArguments(ImportFileId.PROPERTY_IMPOR...
updated