Uses of Class
com.bytedesk.service.rating.RatingEntity
Packages that use RatingEntity
-
Uses of RatingEntity in com.bytedesk.service.rating
Methods in com.bytedesk.service.rating that return RatingEntityMethods in com.bytedesk.service.rating that return types with arguments of type RatingEntityModifier and TypeMethodDescriptionRatingRepository.findByOrgUid
(String orgUid) RatingRepository.findByOrgUidAndCreatedAtBetween
(String orgUid, LocalDateTime startTime, LocalDateTime endTime) static org.springframework.data.jpa.domain.Specification<RatingEntity>
RatingSpecification.search
(RatingRequest request) Methods in com.bytedesk.service.rating with parameters of type RatingEntityModifier and TypeMethodDescriptionRatingRestService.convertToResponse
(RatingEntity entity) void
RatingRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, RatingEntity entity) RatingRestService.save
(RatingEntity entity)