1
0
mirror of synced 2025-02-21 06:33:14 +03:00

Merge branch 'master' of github.com:doctrine/orm-documentation

This commit is contained in:
Benjamin Eberlei 2011-06-28 23:29:06 +02:00
commit 89b807177e

View File

@ -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.