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 CourseModifier and TypeMethodDescriptionprotected CourseCourseRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, Course entity) Methods in com.bytedesk.liangshibao.course that return types with arguments of type CourseModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<Course>CourseRestService.createSpecification(CourseRequest request) protected org.springframework.data.domain.Page<Course>CourseRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<Course> spec, org.springframework.data.domain.Pageable pageable) org.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 TypeMethodDescriptionCourseRestService.convertToResponse(Course entity) protected CourseCourseRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, Course entity) Method parameters in com.bytedesk.liangshibao.course with type arguments of type CourseModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<Course>CourseRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<Course> spec, org.springframework.data.domain.Pageable pageable)