Uses of Class
com.bytedesk.liangshibao.media.Media
Packages that use Media
-
Uses of Media in com.bytedesk.liangshibao.media
Methods in com.bytedesk.liangshibao.media that return MediaModifier and TypeMethodDescriptionprotected MediaMediaRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, Media entity) Methods in com.bytedesk.liangshibao.media that return types with arguments of type MediaModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<Media>MediaRestService.createSpecification(MediaRequest request) protected org.springframework.data.domain.Page<Media>MediaRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<Media> spec, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Media>MediaRepository.findAllByDeleted(Boolean deleted, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Media>MediaRepository.findAllByUserAndDeleted(UserEntity user, Boolean deleted, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.liangshibao.media with parameters of type MediaModifier and TypeMethodDescriptionMediaRestService.convertToResponse(Media entity) protected MediaMediaRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, Media entity) Method parameters in com.bytedesk.liangshibao.media with type arguments of type MediaModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<Media>MediaRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<Media> spec, org.springframework.data.domain.Pageable pageable)