From f8efd85ae6d3f455bc4b89aad4d37c0988030b06 Mon Sep 17 00:00:00 2001 From: HarmenM Date: Thu, 9 May 2013 14:49:38 +0300 Subject: [PATCH] Update annotations-reference.rst Added missing @JoinColumns in the index --- docs/en/reference/annotations-reference.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/reference/annotations-reference.rst b/docs/en/reference/annotations-reference.rst index f705cb0349b..d42fda4e4a8 100644 --- a/docs/en/reference/annotations-reference.rst +++ b/docs/en/reference/annotations-reference.rst @@ -21,6 +21,7 @@ Index - :ref:`@Id ` - :ref:`@InheritanceType ` - :ref:`@JoinColumn ` +- :ref:`@JoinColumns ` - :ref:`@JoinTable ` - :ref:`@ManyToOne ` - :ref:`@ManyToMany `