@GeneratedValue: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JPA Concepts =Overview= <syntaxhighlight lang='java'> @GeneratedValue(strategy = GenerationType.AUTO) </syntaxhighlight>")
 
Line 2: Line 2:


* [[JPA Concepts#@GeneratedValue|JPA Concepts]]
* [[JPA Concepts#@GeneratedValue|JPA Concepts]]
* [[Spring_Data_JPA#Annotate_Domain_Objects_with_.40Entity|Spring Data JPA]]


=Overview=
=Overview=

Revision as of 18:01, 15 October 2018

Internal

Overview

@GeneratedValue(strategy = GenerationType.AUTO)