Advertisement
Guest User

Untitled

a guest
Sep 8th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.08 KB | None | 0 0
  1. <association from="CoreBundle\Entity\Category" to="CoreBundle\Entity\Category" caption="root" inverse-alias="root" many-owner="true" many-inverse="false" uuid="3b534acc-0527-40fe-a0fc-e22bf786888f">
  2.       <association-field from="root_id" to="id"/>
  3.       <orm-attributes>
  4.         <attribute name="on-delete">CASCADE</attribute>
  5.       </orm-attributes>
  6.     </association>
  7.     <association from="CoreBundle\Entity\Category" to="CoreBundle\Entity\Category" caption="parent - children" owner-alias="children" inverse-alias="parent" many-owner="true" many-inverse="false" uuid="d56a24f7-8b1b-49de-b543-d08ab6595ed1">
  8.       <association-field from="parent_id" to="id"/>
  9.       <orm-attributes>
  10.         <attribute name="on-delete">CASCADE</attribute>
  11.         <attribute name="side-inverse">
  12.           <attribute name="order-by">
  13.             <attribute name="order-by-field">
  14.               <attribute name="direction">ASC</attribute>
  15.               <attribute name="field">left</attribute>
  16.             </attribute>
  17.           </attribute>
  18.         </attribute>
  19.       </orm-attributes>
  20.     </association>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement