1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge branch 'hotfix/#1360-docs-fix-misleading-embeddable-documentation-prefix' into 2.5

This commit is contained in:
Marco Pivetta 2015-04-02 23:25:11 +01:00
commit 2cd86deeb4

View File

@ -86,7 +86,7 @@ Following the example above, your columns would be named as ``address_street``,
``address_postalCode``...
You can change this behaviour to meet your needs by changing the
``columnPrefix`` attribute in the ``@Embeddable`` notation.
``columnPrefix`` attribute in the ``@Embedded`` notation.
The following example shows you how to set your prefix to ``myPrefix_``: