몬그로이

유용하게 읽음 링크 - ERD 본문

카테고리 없음

유용하게 읽음 링크 - ERD

Mon Groy 2024. 7. 28. 22:58

https://m.blog.naver.com/gongtong/150135598792

 

ER 다이어그램

ERD(Entity-Relation Diagram: 개체 관계도)  - ER 모델(개체-관계 모델, Entity-Relations...

blog.naver.com

https://ksh-coding.tistory.com/105

 

[JPA] @JoinColumn 파헤치기 (feat. JPA 연관관계별 사용)

✌🏻 0. 들어가기 전 JPA 강의 중에 @JoinColumn을 마스터하면 JPA 연관관계를 어느정도는 다 알 수 있다고 들었다. 그래서, 여러 JPA 개념 중에 @JoinColumn에 대해 파헤쳐보면서 JPA 연관관계를 이해해보

ksh-coding.tistory.com

https://innovation123.tistory.com/177

 

[JPA] 연관관계 매핑 - @ManyToOne, @OneToMany

JPA 연관관계 매핑의 종류 JPA 연관관계 매핑의 종류는 @ManyToOne, @OneToMany, @OneToOne, @ManyToMany가 있다. 이 글에서는 @ManyToOne과 @OneToMany 관계에 대해 다룬다. 아래 예제에서는 Team에 속해있는 여러 Member

innovation123.tistory.com

https://jeong-pro.tistory.com/231

 

JPA 연관 관계 한방에 정리 (단방향/양방향, 연관 관계의 주인, 일대일, 다대일, 일대다, 다대다)

JPA에서 가장 중요한 것 JPA에서 가장 중요한 것을 뽑자면, "객체와 관계형 데이터베이스 테이블이 어떻게 매핑되는지를 이해하는 것"이라고 생각합니다. 🏅 왜냐하면 JPA의 목적인 "객체 지향 프

jeong-pro.tistory.com

https://innovation123.tistory.com/178#JPA%20%EC%97%B0%EA%B4%80%EA%B4%80%EA%B3%84%20%EB%A7%A4%ED%95%91%EC%9D%98%20%EC%A2%85%EB%A5%98-1

 

[JPA] 연관관계 매핑 - @OneToOne 일대일 매핑

JPA 연관관계 매핑의 종류 JPA 연관관계 매핑의 종류는 @ManyToOne, @OneToMany, @OneToOne, @ManyToMany가 있다. 이 글에서는 @OneToOne 관계에 대해 다룬다. 아래 예제에서는 Member(멤버)가 하나씩 가질 수 있는 Loc

innovation123.tistory.com

https://hstory0208.tistory.com/entry/JPA-%EC%97%B0%EA%B4%80%EA%B4%80%EA%B3%84-%EB%A7%A4%ED%95%91-%EC%A3%BC%EC%9D%B8%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C-mappedBy

 

[JPA] 연관관계 매핑 주인에 대해서 (mappedBy)

이번 포스팅에서 JPA의 연관관계 매핑의 주인이란 무엇인지? 또 연관관계 매핑의 주인이 왜 필요한지에 대해 알아보려한다. 연관관계 주인이 필요한 이유에 대해 먼저 말하자면, 객치 지향의 패

hstory0208.tistory.com