1
0
mirror of synced 2025-01-18 22:41:43 +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,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,