1
0
mirror of synced 2025-03-03 19:33:22 +03:00

Merge pull request #33 from nicodmf/master

Little typo
This commit is contained in:
Benjamin Eberlei 2011-06-28 08:53:57 -07:00
commit 503b6c1716

View File

@ -530,8 +530,8 @@ it is bidirectional.
targetEntity Customer targetEntity Customer
inversedBy: cart inversedBy: cart
joinColumn: joinColumn:
customer_id: name: customer_id:
referencedColumnName: id referencedColumnName: id
Note that the @JoinColumn is not really necessary in this example, Note that the @JoinColumn is not really necessary in this example,
as the defaults would be the same. as the defaults would be the same.