Uses of Class
com.endurancetrio.data.event.model.entity.Event
Packages that use Event
Package
Description
-
Uses of Event in com.endurancetrio.business.event.mapper
Methods in com.endurancetrio.business.event.mapper with parameters of type EventModifier and TypeMethodDescriptionEventMapper.mapToEventDTO(Event entity) EventMapper.mapToEventOverviewDTO(Event entity) Maps anEvententity to anEventOverviewDTO. -
Uses of Event in com.endurancetrio.data.event.model.entity
Methods in com.endurancetrio.data.event.model.entity that return EventMethods in com.endurancetrio.data.event.model.entity with parameters of type Event -
Uses of Event in com.endurancetrio.data.event.repository
Methods in com.endurancetrio.data.event.repository that return types with arguments of type EventModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Event> EventRepository.findByEventYear(int year, org.springframework.data.domain.Pageable pageable) EventRepository.findByIdAndYearWithGraph(Long id, int year) Finds anEventby its ID and year with the full object graph eagerly fetched (courses, distances, and races).