Class LimitSpec

java.lang.Object
org.litebridgedb.orm.api.select.model.LimitSpec

public final class LimitSpec extends Object
Specification for limiting and offsetting the results of a database query.

This class contains optional properties for specifying a limit and an offset to control the number of records returned and the starting point for the result set. The limit specifies the maximum number of records to return, while the offset specifies the number of records to skip before starting to return results.

  • Constructor Details

    • LimitSpec

      public LimitSpec()
  • Method Details