Class Limit.Unlimited

java.lang.Object
org.springframework.data.domain.Limit.Unlimited
All Implemented Interfaces:
Limit
Enclosing interface:
Limit

public static final class Limit.Unlimited extends Object implements Limit
  • Method Details

    • max

      public int max()
      Specified by:
      max in interface Limit
      Returns:
      the max number of potential results.
    • isLimited

      public boolean isLimited()
      Specified by:
      isLimited in interface Limit
      Returns:
      true if limiting (maximum value) should be applied.