Skip to content

[4기 정성현] Mission 1, 2, 3 PR 제출합니다. #313

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

Open
wants to merge 13 commits into
base: kimihiqq-m4
Choose a base branch
from

Conversation

kimihiqq
Copy link
Member

@kimihiqq kimihiqq commented Aug 1, 2023

📌 과제 설명

JPA 위클리 미션 1,2,3 구현입니다!

👩‍💻 요구 사항과 구현 내용

미션1

  • JPA 프로젝트를 세팅해본다.
  • 세팅한 프로젝트를 이용해서 단일 엔티티를 이용한 CRUD를 구현한다.
    • 고객(Customer) 엔티티는 ID(PK), 이름, 성을 가진다.
    • 고객엔티티를 이용한 CRUD를 구현한다.

미션2 -> (테스트 패키지의 PersistenceContextTest 클래스)

  • customer 엔티티를 이용하여 영속성컨텍스트의 엔티티 생명주기를 실습해본다.

미션3

  • order, order_item, item 의 연관관계 매핑을 실습해본다.

✅ PR 포인트 & 궁금한 점

  • 리뷰 감사합니다! 혹시 수정하거나 개선이 필요한 부분이 있다면 지적 부탁드립니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants