From ad012a63cbc8de900e247e8fb869bcf4297fef8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20de=20Marqu=C3=A9=20Fromentin?= Date: Tue, 28 Jun 2011 16:22:14 +0200 Subject: [PATCH] Little typo --- en/reference/association-mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/reference/association-mapping.rst b/en/reference/association-mapping.rst index e46fd7df2..bd46217a1 100644 --- a/en/reference/association-mapping.rst +++ b/en/reference/association-mapping.rst @@ -530,8 +530,8 @@ it is bidirectional. targetEntity Customer inversedBy: cart joinColumn: - customer_id: - referencedColumnName: id + name: customer_id: + referencedColumnName: id Note that the @JoinColumn is not really necessary in this example, as the defaults would be the same.