Uses of Record Class
com.endurancetrio.business.competitor.dto.AthletesPageDTO
Packages that use AthletesPageDTO
-
Uses of AthletesPageDTO in com.endurancetrio.business.competitor.service
Methods in com.endurancetrio.business.competitor.service that return AthletesPageDTOModifier and TypeMethodDescriptionAthleteService.getAthletes(org.springframework.data.domain.Pageable pageable) Returns anAthletesPageDTOcontaining the paginated list of athletes.AthleteServiceMain.getAthletes(org.springframework.data.domain.Pageable pageable)