Uses of Interface
org.springframework.data.domain.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
Modifier and TypeClassDescriptionstatic final class
static final class
-
Uses of Limit in org.springframework.data.repository.query
-
Uses of Limit in org.springframework.data.repository.query.parser
Modifier and TypeMethodDescriptionPartTree.getResultLimit()
Return the number of maximal results to return orunlimited()
if not restricted.