Skip to content
  • Craig L Russell's avatar
    d16df92d
    Add limits api to clusterj. · d16df92d
    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.
    d16df92d
    Add limits api to clusterj.
    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.
Loading