"Org.hibernate.AnnotationException: No identifier specified for entity"의 두 판 사이의 차이

(새 문서: ==개요== ;<nowiki>org.hibernate.AnnotationException: No identifier specified for entity</wiki> * 엔티티에 식별자를 지정하지 않아서 발생한 오류(예외) * @Id...)
 
잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
 
(다른 사용자 한 명의 중간 판 하나는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;<nowiki>org.hibernate.AnnotationException: No identifier specified for entity</wiki>
;<nowiki>org.hibernate.AnnotationException: No identifier specified for entity</nowiki>
* 엔티티에 식별자를 지정하지 않아서 발생한 오류(예외)
* 엔티티에 식별자를 지정하지 않아서 발생한 오류(예외)
* [[@Id]]를 사용하여 식별자를 지정해주자.
* [[@Id]]를 사용하여 식별자를 지정해주자.


==참고 자료==
==참고==
* http://stackoverflow.com/questions/4381290/hibernate-exception-org-hibernate-annotationexception-no-identifier-specified
* http://stackoverflow.com/questions/4381290/hibernate-exception-org-hibernate-annotationexception-no-identifier-specified


[[분류: JPA]]
[[분류: JPA]]

2017년 6월 27일 (화) 12:02 기준 최신판

1 개요[ | ]

org.hibernate.AnnotationException: No identifier specified for entity
  • 엔티티에 식별자를 지정하지 않아서 발생한 오류(예외)
  • @Id를 사용하여 식별자를 지정해주자.

2 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}