Uses of Interface
org.springframework.data.domain.Limit
Packages that use Limit
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.Support classes to work with query methods.
Support classes for parsing queries from method names.
-
Uses of Limit in org.springframework.data.domain
Classes in org.springframework.data.domain that implement LimitModifier and TypeClassDescriptionstatic final class
static final class
Methods in org.springframework.data.domain that return Limit -
Uses of Limit in org.springframework.data.repository.query
Methods in org.springframework.data.repository.query that return Limit -
Uses of Limit in org.springframework.data.repository.query.parser
Methods in org.springframework.data.repository.query.parser that return LimitModifier and TypeMethodDescriptionPartTree.getResultLimit()
Return the number of maximal results to return orunlimited()
if not restricted.