Skip to content

Comments

[fedragon] Chapter 5. JPA 활용#11

Merged
YounchanHa merged 4 commits intofedragon/mainfrom
Feat/Chapter5
Nov 4, 2025
Merged

[fedragon] Chapter 5. JPA 활용#11
YounchanHa merged 4 commits intofedragon/mainfrom
Feat/Chapter5

Conversation

@YounchanHa
Copy link

@YounchanHa YounchanHa commented Oct 28, 2025

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

@YounchanHa YounchanHa requested a review from a team October 28, 2025 08:43
@YounchanHa YounchanHa self-assigned this Oct 28, 2025
@YounchanHa YounchanHa added the ✨ Chapter05 챕터 5 label Oct 28, 2025
@YounchanHa YounchanHa changed the title feat(Chapter5): 5주차 미션 - User를 Member로 리팩토링 및 JPQL 적용 [fedragon] Chapter 5. JPA 활용 Oct 28, 2025
Copy link
Member

@AlphaBs AlphaBs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셧습니다

public interface MemberRepository extends JpaRepository<Member, Long> {
// JpaRepository<Member, Long>를 상속받으면
// findById(memberId) 같은 기본 쿼리는 이미 들어왔다는데? 이게 뭔 말이지
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JpaRepository 인터페이스에 findById, findAll, save 같은 메서드들이 정의되어있습니다. 자바 상속 기능으로 부모인터페이스의 모든 기능이 자식인터페이스에 그대로 들어오는것

Copy link

@woong-ja woong-ja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main 브랜치로 pr하시면 어떡해요~~~

@seorin05
Copy link

main 브랜치로 pr하시면 어떡해요~~~

괜찮아요.. 저도그런적잇어요 ...ㅎㅎ

@AlphaBs AlphaBs changed the base branch from main to fedragon/main October 29, 2025 10:07
@YounchanHa YounchanHa requested a review from woong-ja November 3, 2025 04:15
@YounchanHa YounchanHa closed this Nov 4, 2025
@YounchanHa YounchanHa reopened this Nov 4, 2025
@YounchanHa YounchanHa merged commit c454237 into fedragon/main Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants