@Id: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * JPA Concepts * Spring Data JPA =Overview=") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[JPA Concepts#@Entity|JPA Concepts]] | * [[JPA Concepts#@Entity|JPA Concepts]] | ||
* [[Spring_Data_JPA#Annotate_Domain_Objects_with_. | * [[Spring_Data_JPA#Annotate_Domain_Objects_with_.40Id|Spring Data JPA]] | ||
=Overview= | =Overview= | ||
Annotates the member variable that will uniquely identify the entity in the database. Can be used with [[@GeneratedValue]]. |
Latest revision as of 04:28, 19 October 2018
Internal
Overview
Annotates the member variable that will uniquely identify the entity in the database. Can be used with @GeneratedValue.