Per #447 CayenneResolvers.nested(..).viaQueryWithParentIds() optimizes the query for pagination. However a case with no pagination now fetches the entire table, applying no qualifier. This still produces the correct result, just in a very suboptimal way. We need to correctly handle both pagination and no-pagination queries
Per #447
CayenneResolvers.nested(..).viaQueryWithParentIds()
optimizes the query for pagination. However a case with no pagination now fetches the entire table, applying no qualifier. This still produces the correct result, just in a very suboptimal way. We need to correctly handle both pagination and no-pagination queries