If I want that only x entries will be returned then I could use .limit(x) but for Oracle the syntax isn't correct. Using OracleQuery and .limit(2) results in 'SELECT * FROM "table" LIMIT 2' but that ...