1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Little typo

This commit is contained in:
Nicolas de Marqué Fromentin 2011-06-28 16:22:14 +02:00
parent 36e500682a
commit ad012a63cb

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.