Quantcast
Channel: How to properly use findBySomeOtherId not findById in Spring data jpa? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by stanlee for How to properly use findBySomeOtherId not findById in...

Please use this InterviewStatus findByInterviewId(Interviews interviewId); where interviewId is gotten by running Interviews findById(Long id). Due to the datatype conflict, it is ok that you pass in...

View Article



How to properly use findBySomeOtherId not findById in Spring data jpa?

I am working on a Spring boot project with spring data jpa(MYSQL) When I hit this end point http://localhost:8080/admin/interviews/101 I get this error { "timestamp": "2019-10-11T13:45:37.111+0000",...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images