@Id: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 6: Line 6:
=Overview=
=Overview=


Annotates the member variable that will uniquely identify the entity in the database.
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.