1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #6262 from mikeSimonson/doc

Fix a link to a ref in another page
This commit is contained in:
mikeSimonson 2017-01-27 09:30:38 +01:00 committed by GitHub
commit e42d0bdda5

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
^^^^^^^^^^^^^^^^^^