-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
delete 메서드명 명확하게 변경 #792
delete 메서드명 명확하게 변경 #792
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
켬미 굿~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 정리 너무 좋아요!! 고생했습니다 🔥
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넘훌(너무 훌륭하다는 뜻)
⚡️ 관련 이슈
#645
📍주요 변경 사항
메서드명 수정
deleteByMemberAndIds(Member member, List ids)
->deleteAllByMemberAndTemplateIds(Member member, List templateIds)
deleteByTemplateIds(List templateIds)
->deleteAllByTemplateIds(List templateIds)
deleteByTemplateIds(List ids)
->deleteAllByTemplateIds(List templateIds)
@param
추가@param
을 추가했습니다 !🎸기타
가끔 설정이 안되있는 경우 자동으로 param 설정이 안될 때가 있음을 방지하기 위해, 앞으로 JPQL 사용 시
@param
을 필수로 하면 좋을 것 같아요.🍗 PR 첫 리뷰 마감 기한
10/17 10:00 (오전)