-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REFACTOR] Matching과 VolunteerCertification 양방향 연관관계 설정 (#342)
refactor: 매칭과 봉사인증 폼 양방향 매칭 설정 - VolunteerCertification: 연관관계 주인 설정 - Matching: mappedBy 추가, 명시적 연결 함수 제거(순환 참조 오류) - VolunteerCertificationRepositoryImpl: 양방향 관계 설정으로 isNotNull where 조건 제거, volunteerCertification 기준으로 조회
- Loading branch information
Showing
3 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters