Also adding docs for the new attribute use-column-prefix
This commit is contained in:
parent
08e8af9372
commit
74a2cfc83b
@ -141,6 +141,12 @@ directly, set ``columnPrefix=false`` (not yet supported with XML configuration):
|
|||||||
class: Address
|
class: Address
|
||||||
columnPrefix: false
|
columnPrefix: false
|
||||||
|
|
||||||
|
.. code-block:: xml
|
||||||
|
|
||||||
|
<entity name="User">
|
||||||
|
<embedded name="address" class="Address" use-column-prefix="false" />
|
||||||
|
</entity>
|
||||||
|
|
||||||
|
|
||||||
DQL
|
DQL
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user