@Id: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=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.