1
0
mirror of synced 2025-01-19 15:01:40 +03:00

Capitalize @GeneratedValue (annotations-reference.rst)

This commit is contained in:
Robin Hallabro 2014-03-05 10:57:31 +01:00
parent 15432fc55f
commit a395921fdc

View File

@ -933,7 +933,7 @@ DocBlock.
@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
the increment size and initial values of the sequence.