Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

JPA Repositori를 통해 일반적인 검색 기능은 앞장에서 여러가지 샘플을 통해 살펴보았습니다.

이번장에서는 저장관점에서의 Repository 기능을 활용해보겠습니다.


JPA저장소는 읽기/저장/삭제가 모두되고, 최종 DB저장소의 반영까지 책임(트랜잭션처리)을 지는

양방향 영속성 객체이다라고 간단하게 정의 가능합니다.

Table of Contents

JPA Repository

draw.io Diagram
bordertrue
viewerToolbartrue
fitWindowfalse
diagramNameJPARepository
simpleViewerfalse
width
diagramWidth641
revision1

...