1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Fix a link to a ref in another page

This commit is contained in:
mike 2017-01-27 09:27:25 +01:00
parent 5989ea1752
commit f3df000d29

View File

@ -364,7 +364,7 @@ Here is the list of possible generation strategies:
a new entity is passed to ``EntityManager#persist``. NONE is the
same as leaving off the @GeneratedValue entirely.
- ``CUSTOM``: With this option, you can use the ``@CustomIdGenerator`` annotation.
It will allow you to pass a :ref:`class of your own to generate the identifiers <_annref_customidgenerator>`
It will allow you to pass a :doc:`class of your own to generate the identifiers.<_annref_customidgenerator>`
Sequence Generator
^^^^^^^^^^^^^^^^^^