1
0
mirror of synced 2025-02-21 22:53:15 +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,7 +530,7 @@ it is bidirectional.
targetEntity Customer
inversedBy: cart
joinColumn:
customer_id:
name: customer_id:
referencedColumnName: id
Note that the @JoinColumn is not really necessary in this example,