Replies: 1 comment
|
오.. 정리 잘하신거같아요... 읽어보는데 쑥쑥 읽힙니다. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
스프링 JPA
사용법
스프링 데이터가 JPA가 구현 클래스 대신 생성
쿼리 메서드 기능
순수 JPA 리포지토리
스프링 데이터 JPA
규칙
JPQL 직접 사용하기
스프링 데이터 JPA 적용
findAll()
findByItemNameLike()
findByPriceLessThanEqual()
findByItemNameLikeandPriceLessThanEqual()
findItems()
스프링 데이터 JPA 적용2
의존관계와 구조
클래스 의존 관계
런타임 객체 의존 관계
기능 설명
save()
update()
findById()
findAll()
All reactions