1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Also adding docs for the new attribute use-column-prefix

This commit is contained in:
Andrey Knupp Vital 2015-01-08 09:37:41 -02:00
parent 08e8af9372
commit 74a2cfc83b

View File

@ -141,6 +141,12 @@ directly, set ``columnPrefix=false`` (not yet supported with XML configuration):
class: Address
columnPrefix: false
.. code-block:: xml
<entity name="User">
<embedded name="address" class="Address" use-column-prefix="false" />
</entity>
DQL
---