Skip to content

Commit

Permalink
JPA 강의 포스팅 순서 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Dec 10, 2024
1 parent 8f04445 commit 0ca699e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion pages/jpa/Basic-Relationship-Mapping.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Callout } from "nextra/components";

# 연관관계 매핑 기초
# 자바 ORM 표준 JPA 프로그래밍 (4) - 연관관계 매핑 기초

## 목표

Expand Down
2 changes: 1 addition & 1 deletion pages/jpa/Entity-Mapping.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 엔티티 매핑
# 자바 ORM 표준 JPA 프로그래밍 (3) - 엔티티 매핑

## 엔티티 매핑 소개

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JPA 영속성 관리 내부 동작 방식
# 자바 ORM 표준 JPA 프로그래밍 (2) - 영속성 관리 내부 동작 방식

김영한님의 인프런 jpa 강의를 듣고 정리한 내용입니다.

Expand Down
12 changes: 6 additions & 6 deletions pages/jpa/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"Persistence-Management-Internal-Operation-Method": "영속성 관리 내부 동작 방식",
"Getting-Started-with-JPA": "JPA 시작하기",
"Entity-Mapping": "엔티티 매핑",
"retrieving-hierarchical-data-with-jpa": "jpa 사용시 계층형 데이터 조회하기",
"Basic-Relationship-Mapping": "연관관계 매핑 기초",
"various-associative-mappings": "다양한 연관관계 매핑"
"Getting-Started-with-JPA": "자바 ORM 표준 JPA 프로그래밍 (1) - JPA 시작하기",
"Persistence-Management-Internal-Operation-Method": "자바 ORM 표준 JPA 프로그래밍 (2) - 영속성 관리 내부 동작 방식",
"Entity-Mapping": "자바 ORM 표준 JPA 프로그래밍 (3) - 엔티티 매핑",
"Basic-Relationship-Mapping": "자바 ORM 표준 JPA 프로그래밍 (4) - 연관관계 매핑 기초",
"various-associative-mappings": "자바 ORM 표준 JPA 프로그래밍 (5) - 다양한 연관관계 매핑",
"retrieving-hierarchical-data-with-jpa": "jpa 사용시 계층형 데이터 조회하기"
}
2 changes: 1 addition & 1 deletion pages/jpa/various-associative-mappings.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Callout } from "nextra/components";

# 다양한 연관관계 매핑
# 자바 ORM 표준 JPA 프로그래밍 (5) - 다양한 연관관계 매핑

## 다대일 [N:1]

Expand Down

0 comments on commit 0ca699e

Please sign in to comment.