Also adding docs for the new attribute use-column-prefix
This commit is contained in:
parent
08e8af9372
commit
74a2cfc83b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue