Skip to content
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

[4기 한승원] Weekly Mission PR 제출합니다. #308

Open
wants to merge 12 commits into
base: SW-H
Choose a base branch
from
Open

Conversation

SW-H
Copy link

@SW-H SW-H commented Jul 30, 2023

📌 과제 설명

  • JPA 프로젝트를 세팅해본다.
    • 세팅한 프로젝트를 이용해서 단일 엔티티를 이용한 CRUD를 구현한다.
    • 고객(Customer) 엔티티는 ID(PK), 이름, 성을 가진다.
    • 고객엔티티를 이용한 CRUD를 구현한다.
  • customer 엔티티를 이용하여 영속성컨텍스트의 엔티티 생명주기를 실습해본다.
  • order, order_item, item 의 연관관계 매핑을 실습해본다.

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

단일 엔티티 구성시에는 고객엔티티에 대해 Customer 클래스를,
연관 관계 매핑시에는 고객엔티티에 대헤 Member 클래스를 사용했습니다.

✅ PR 포인트 & 궁금한 점

JPA를 처음 써봐서 부족한점이 많은 것 같습니다. 어색하거나 잘못된 부분 있으면 피드백 부탁드려요:)

@SW-H SW-H requested review from lleellee0 and maenguin July 30, 2023 15:57
@SW-H SW-H self-assigned this Jul 30, 2023
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