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 MediaMethods in com.bytedesk.liangshibao.media that return types with arguments of type MediaModifier and TypeMethodDescriptionorg.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 TypeMethodDescriptionMediaService.convertToResponse
(Media entity) void
MediaService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, Media entity)