limit abstract method

QueryMethod<T> limit(
  1. int value
)

limit method

Implementation

QueryMethod<T> limit(int value);