-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 다대일 [N:1] | ||
> 작성자: @Hyunstone | ||
## 목차 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 일대다 | ||
> 작성자: @hw130 | ||
## 목차 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 일대일 [1:1] | ||
> 작성자: @asas6978 | ||
## 목차 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 다대다 [N:M] | ||
> 작성자: @luke0408 | ||
## 목차 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# 실전 예제 3 - 다양한 연관관계 매핑 | ||
> 작성자: @destiny3912 | ||
## 목차 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 다양한 연관관계 매핑 정리본 | ||
|
||
## 목차 | ||
- [다양한 연관관계 매핑 정리본](#다양한-연관관계-매핑-정리본) | ||
- [목차](#목차) | ||
- [다대일 \[N:1\]](#다대일-n1) | ||
- [일대다 \[1:N\]](#일대다-1n) | ||
- [일대일 \[1:1\]](#일대일-11) | ||
- [다대다 \[N:M\]](#다대다-nm) | ||
- [실전 예제 3 - 다양한 연관관계 매핑](#실전-예제-3---다양한-연관관계-매핑) | ||
|
||
## 다대일 [N:1] | ||
> 정리본 링크: [Note.md](./Chapter%2001%20-%20다대일/Note.md) | ||
## 일대다 [1:N] | ||
> 정리본 링크: [Note.md](./Chapter%2002%20-%20일대다/Note.md) | ||
## 일대일 [1:1] | ||
> 정리본 링크: [Note.md](./Chapter%2003%20-%20일대일/Note.md) | ||
## 다대다 [N:M] | ||
> 정리본 링크: [Note.md](./Chapter%2004%20-%20다대다/Note.md) | ||
## 실전 예제 3 - 다양한 연관관계 매핑 | ||
> 정리본 링크: [Note.md](./Chapter%2005%20-%20실전%20예제%203/Note.md) |