-
Craig L Russell authored
Query.setLimits(long skip, long limit) can be used to limit query results. Skip is the number of records to skip. Limit is the number of records to return. Limits cannot be used for deletePersistentAll. Records skipped and records not returned after the limit is reached are not locked.
Craig L Russell authoredQuery.setLimits(long skip, long limit) can be used to limit query results. Skip is the number of records to skip. Limit is the number of records to return. Limits cannot be used for deletePersistentAll. Records skipped and records not returned after the limit is reached are not locked.
Loading