티스토리 뷰
Java/Spring
javax.persistence.Id와 org.springframework.data.annotation.Id의 차이
작은 거인 2019. 5. 24. 14:08javax.persistence.Id: 관계형 DB에서 사용.
org.springframework.data.annotation.Id : JPA에 의해 지원되지 않는 Nosql이나 프레임워크에서 사용됨.
What's the difference between javax.persistence.Id and org.springframework.data.annotation.Id?
I'd be interested whether there is the difference between javax.persistence.Id and org.springframework.data.annotation.Id. If Spring has created that annotation only for support the JPA annotation,
stackoverflow.com
'Java > Spring' 카테고리의 다른 글
https 사용시 ajax 처리할 때 http로 요청하면 문제점. (0) | 2019.07.09 |
---|---|
프로젝트 생성 후, 첫 테스트시 Class not found 문제 (0) | 2019.07.02 |
Spring Boot 에서 JOOQ 사용시, 구동이 느려지는 현상 (0) | 2019.03.29 |
JavaFX 11 + Spring Boot 2.0.x + gradle 초기 환경 (0) | 2019.02.14 |
[전자정부프레임워크] 정부과제를 검수 전 겪은 기록(미완성) (2) | 2018.10.18 |
댓글