Uses of Class
com.endurancetrio.data.event.model.entity.Race
Packages that use Race
Package
Description
-
Uses of Race in com.endurancetrio.business.event.mapper
Methods in com.endurancetrio.business.event.mapper with parameters of type Race -
Uses of Race in com.endurancetrio.data.event.model.entity
Subclasses of Race in com.endurancetrio.data.event.model.entityModifier and TypeClassDescriptionclassTheTriathlonBasedRaceclass represents a triathlon basedRacesuch as Aquathlon, Aquabike or Triathlon.Methods in com.endurancetrio.data.event.model.entity that return RaceMethods in com.endurancetrio.data.event.model.entity that return types with arguments of type RaceMethods in com.endurancetrio.data.event.model.entity with parameters of type RaceModifier and TypeMethodDescriptionvoidRace.addParentRace(Race parentRace) voidvoidRace.removeParentRace(Race parentRace) voidCourse.removeRace(Race race) voidvoidMethod parameters in com.endurancetrio.data.event.model.entity with type arguments of type Race -
Uses of Race in com.endurancetrio.data.event.repository
Methods in com.endurancetrio.data.event.repository that return types with arguments of type RaceModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Race> IndividualResultRepository.findRacesByAthleteId(Long athleteId, org.springframework.data.domain.Pageable pageable) Returns aPageofracesthat have at least oneIndividualResultrecorded for the athlete with the givenathleteId, ordered by theirdatedescending and, as a tiebreaker, by theiriddescending.