Uses of Interface
edu.ucsb.cs156.dining.repositories.projections.ItemRatingProjection
Packages that use ItemRatingProjection
-
Uses of ItemRatingProjection in edu.ucsb.cs156.dining.repositories
Methods in edu.ucsb.cs156.dining.repositories that return types with arguments of type ItemRatingProjectionModifier and TypeMethodDescriptionReviewRepository.findBottomRatedItems(ModerationStatus status, LocalDateTime since, long minReviews, org.springframework.data.domain.Pageable pageable) ReviewRepository.findTopRatedItems(ModerationStatus status, LocalDateTime since, long minReviews, org.springframework.data.domain.Pageable pageable)