Uses of Class
com.bytedesk.liangshibao.course.Course
Packages that use Course
-
Uses of Course in com.bytedesk.liangshibao.course
Methods in com.bytedesk.liangshibao.course that return CourseMethods in com.bytedesk.liangshibao.course that return types with arguments of type CourseModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Course>
CourseRepository.findAllByDeleted
(Boolean deleted, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<Course>
CourseRepository.findAllByUserAndDeleted
(UserEntity user, Boolean deleted, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.liangshibao.course with parameters of type CourseModifier and TypeMethodDescriptionCourseService.convertToResponse
(Course entity) void
CourseService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, Course entity)