Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/darbyluv2code/spring-boot-3-spring-6-hibernate-for-beginners
/ functions
Functions
3,783 in github.com/darbyluv2code/spring-boot-3-spring-6-hibernate-for-beginners
⨍
Functions
3,783
◇
Types & classes
928
↓ 72 callers
Method
save
(Student theStudent)
03-spring-boot-hibernate-jpa-crud/02-cruddemo-student-read/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:7
↓ 66 callers
Method
findInstructorById
(int theId)
09-spring-boot-jpa-advanced-mappings/05-jpa-one-to-one-bi-delete-instructor-detail-and-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:10
↓ 55 callers
Method
save
(Instructor theInstructor)
09-spring-boot-jpa-advanced-mappings/05-jpa-one-to-one-bi-delete-instructor-detail-and-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:8
↓ 44 callers
Method
findById
(Integer id)
03-spring-boot-hibernate-jpa-crud/02-cruddemo-student-read/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:9
↓ 41 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/14-jpa-one-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 28 callers
Method
deleteById
(int theId)
07-spring-boot-spring-mvc-crud/04-01-thymeleaf-demo-employees-delete/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java:15
↓ 28 callers
Method
update
(Instructor tempInstructor)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:26
↓ 27 callers
Method
save
(Employee theEmployee)
04-spring-boot-rest-crud/14-spring-boot-rest-crud-employee-rest-controller-patch-employee/src/main/java/com/luv2code/springboot/cruddemo/dao/EmployeeDAO.java:13
↓ 26 callers
Method
findById
(int theId)
04-spring-boot-rest-crud/14-spring-boot-rest-crud-employee-rest-controller-patch-employee/src/main/java/com/luv2code/springboot/cruddemo/dao/EmployeeDAO.java:11
↓ 24 callers
Method
addAccount
(Account theAccount, boolean vipFlag)
10-spring-boot-aop/09-spring-boot-aop-pointcut-expressions-match-any-method-in-package/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:7
↓ 23 callers
Method
findAll
()
04-spring-boot-rest-crud/14-spring-boot-rest-crud-employee-rest-controller-patch-employee/src/main/java/com/luv2code/springboot/cruddemo/dao/EmployeeDAO.java:9
↓ 23 callers
Method
findAll
()
03-spring-boot-hibernate-jpa-crud/08-cruddemo-create-db-tables-automatically/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:13
↓ 21 callers
Method
deleteInstructorById
(int theId)
09-spring-boot-jpa-advanced-mappings/05-jpa-one-to-one-bi-delete-instructor-detail-and-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:12
↓ 20 callers
Method
addSillyMember
()
10-spring-boot-aop/09-spring-boot-aop-pointcut-expressions-match-any-method-in-package/src/main/java/com/luv2code/aopdemo/dao/MembershipDAO.java:5
↓ 20 callers
Method
findInstructorDetailById
(int theId)
09-spring-boot-jpa-advanced-mappings/05-jpa-one-to-one-bi-delete-instructor-detail-and-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:14
↓ 20 callers
Method
getName
()
10-spring-boot-aop/18-spring-boot-aop-demo-after-throwing-advice/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:19
↓ 19 callers
Method
deleteInstructorDetailById
(int theId)
09-spring-boot-jpa-advanced-mappings/05-jpa-one-to-one-bi-delete-instructor-detail-and-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:16
↓ 19 callers
Method
findAccounts
()
10-spring-boot-aop/18-spring-boot-aop-demo-after-throwing-advice/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:11
↓ 19 callers
Method
setName
(String name)
10-spring-boot-aop/18-spring-boot-aop-demo-after-throwing-advice/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:21
↓ 15 callers
Method
doWork
()
10-spring-boot-aop/09-spring-boot-aop-pointcut-expressions-match-any-method-in-package/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:9
↓ 15 callers
Method
findCoursesByInstructorId
(int theId)
09-spring-boot-jpa-advanced-mappings/09-jpa-one-to-many-lazy-find-courses-for-instructor/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:21
↓ 15 callers
Method
goToSleep
()
10-spring-boot-aop/09-spring-boot-aop-pointcut-expressions-match-any-method-in-package/src/main/java/com/luv2code/aopdemo/dao/MembershipDAO.java:7
↓ 14 callers
Method
findInstructorByIdJoinFetch
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:24
↓ 14 callers
Method
save
(Employee theEmployee)
07-spring-boot-spring-mvc-crud/04-01-thymeleaf-demo-employees-delete/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java:13
↓ 13 callers
Method
findById
(int theId)
07-spring-boot-spring-mvc-crud/04-01-thymeleaf-demo-employees-delete/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java:11
↓ 12 callers
Method
findCourseById
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:30
↓ 12 callers
Method
getServiceCode
()
10-spring-boot-aop/18-spring-boot-aop-demo-after-throwing-advice/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:23
↓ 12 callers
Method
setServiceCode
(String serviceCode)
10-spring-boot-aop/18-spring-boot-aop-demo-after-throwing-advice/src/main/java/com/luv2code/aopdemo/dao/AccountDAO.java:25
↓ 11 callers
Method
deleteById
(int theId)
04-spring-boot-rest-crud/12-spring-boot-rest-crud-employee-rest-controller-add-employee/src/main/java/com/luv2code/springboot/cruddemo/dao/EmployeeDAO.java:15
↓ 11 callers
Method
deleteCourseById
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:32
↓ 9 callers
Method
findAll
()
07-spring-boot-spring-mvc-crud/04-01-thymeleaf-demo-employees-delete/src/main/java/com/luv2code/springboot/thymeleafdemo/service/EmployeeService.java:9
↓ 9 callers
Method
getDailyWorkout
()
02-spring-boot-spring-core/04-qualifiers/src/main/java/com/luv2code/springcoredemo/common/Coach.java:5
↓ 8 callers
Method
findCourseAndReviewsByCourseId
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:36
↓ 8 callers
Method
getFortune
()
10-spring-boot-aop/21-01-spring-boot-aop-demo-around-advice-handle-exception/src/main/java/com/luv2code/aopdemo/service/TrafficFortuneService.java:5
↓ 7 callers
Method
findStudentAndCoursesByStudentId
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:40
↓ 6 callers
Method
findAllByOrderByLastNameAsc
()
07-spring-boot-spring-mvc-crud/04-01-thymeleaf-demo-employees-delete/src/main/java/com/luv2code/springboot/thymeleafdemo/dao/EmployeeRepository.java:14
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/19-jpa-many-to-many-find-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/22-jpa-many-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/20-jpa-many-to-many-find-student-and-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/18-jpa-many-to-many-create-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 5 callers
Method
findByLastName
(String theLastName)
03-spring-boot-hibernate-jpa-crud/08-cruddemo-create-db-tables-automatically/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:15
↓ 5 callers
Method
findCourseAndStudentsByCourseId
(int theId)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/dao/AppDAO.java:38
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/19-jpa-many-to-many-find-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/22-jpa-many-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/17-jpa-one-to-many-uni-delete-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/20-jpa-many-to-many-find-student-and-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/14-jpa-one-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/13-jpa-one-to-many-delete-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/16-jpa-one-to-many-uni-retrieve-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/18-jpa-many-to-many-create-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/15-jpa-one-to-many-uni-create-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 5 callers
Method
getMessage
()
04-spring-boot-rest-crud/05-spring-boot-rest-crud-students-exception-handling/src/main/java/com/luv2code/demo/rest/StudentErrorResponse.java:27
↓ 4 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/10-jpa-one-to-many-lazy-find-instructor-with-courses-join-fetch/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 4 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/12-jpa-one-to-many-update-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 4 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/11-jpa-one-to-many-update-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 4 callers
Method
update
(Student theStudent)
03-spring-boot-hibernate-jpa-crud/08-cruddemo-create-db-tables-automatically/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:17
↓ 3 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/17-jpa-one-to-many-uni-delete-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 3 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/16-jpa-one-to-many-uni-retrieve-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 3 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/15-jpa-one-to-many-uni-create-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:121
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/19-jpa-many-to-many-find-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/22-jpa-many-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/17-jpa-one-to-many-uni-delete-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Course.java:81
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/20-jpa-many-to-many-find-student-and-courses/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/16-jpa-one-to-many-uni-retrieve-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Course.java:81
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/18-jpa-many-to-many-create-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/15-jpa-one-to-many-uni-create-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Course.java:81
↓ 3 callers
Method
addReview
(Review theReview)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/entity/Course.java:92
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/19-jpa-many-to-many-find-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/22-jpa-many-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/20-jpa-many-to-many-find-student-and-courses/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/18-jpa-many-to-many-create-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
addStudent
(Student theStudent)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/entity/Course.java:111
↓ 3 callers
Method
delete
(Integer id)
03-spring-boot-hibernate-jpa-crud/08-cruddemo-create-db-tables-automatically/src/main/java/com/luv2code/cruddemo/dao/StudentDAO.java:19
↓ 3 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Student.java:74
↓ 3 callers
Method
getCourses
()
09-spring-boot-jpa-advanced-mappings/09-jpa-one-to-many-lazy-find-courses-for-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:111
↓ 3 callers
Method
getStudents
()
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Course.java:101
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/19-jpa-many-to-many-find-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/07-jpa-one-to-many-create-instructor-with-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:95
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/08-jpa-one-to-many-eager-find-instructor-with-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/22-jpa-many-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/17-jpa-one-to-many-uni-delete-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/23-jpa-many-to-many-delete-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/20-jpa-many-to-many-find-student-and-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/10-jpa-one-to-many-lazy-find-instructor-with-courses-join-fetch/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/14-jpa-one-to-many-delete-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/12-jpa-one-to-many-update-course/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/13-jpa-one-to-many-delete-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/11-jpa-one-to-many-update-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/16-jpa-one-to-many-uni-retrieve-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/18-jpa-many-to-many-create-course-and-students/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/15-jpa-one-to-many-uni-create-course-and-reviews/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/21-jpa-many-to-many-add-more-courses-for-student/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 3 callers
Method
setInstructorDetail
(InstructorDetail instructorDetail)
09-spring-boot-jpa-advanced-mappings/09-jpa-one-to-many-lazy-find-courses-for-instructor/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:96
↓ 2 callers
Method
add
(Course tempCourse)
09-spring-boot-jpa-advanced-mappings/07-jpa-one-to-many-create-instructor-with-courses/src/main/java/com/luv2code/cruddemo/entity/Instructor.java:120
next →
1–100 of 3,783, ranked by callers