> For the complete documentation index, see [llms.txt](https://incheol-jung.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incheol-jung.gitbook.io/docs/study/jpa/11.md).

# 11장 웹 애플리케이션 제작

> 자바 ORM 표준 JPA 프로그래밍 11장을 요약한 내용 입니다.

## Test 차이

* SpringbootTest
* WebmvcTest
* JpaTest

## @Transactional

### 그래프 탐색 영역

* 서비스 영역에 @Transactional이 붙지 않으면 그래프 탐색을 할수 없을까?

### Jpql 사용 시 지연로딩 예제

## 메소드 위임 기능

## JPQL 예제

## Native Sql 예제
