1
0
mirror of synced 2025-02-21 22:53:15 +03:00

Merge pull request #972 from hallabro/patch-1

Capitalize @GeneratedValue (annotations-reference.rst)
This commit is contained in:
Marco Pivetta 2014-03-05 11:03:30 +01:00
commit 8d4821b4dc

View File

@ -933,7 +933,7 @@ DocBlock.
@SequenceGenerator @SequenceGenerator
~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
For the use with @generatedValue(strategy="SEQUENCE") this For the use with @GeneratedValue(strategy="SEQUENCE") this
annotation allows to specify details about the sequence, such as annotation allows to specify details about the sequence, such as
the increment size and initial values of the sequence. the increment size and initial values of the sequence.