<?xml version="1.0" encoding="utf-8"?>
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd">
  <entity name="Entities\TLiens" table="t_liens">
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="numlien" type="integer" column="NumLien">
      <generator strategy="IDENTITY"/>
    </id>
    <field name="numpage" type="string" column="NumPage" length="60"/>
    <field name="nomlienfr" type="string" column="nomLienfr" length="60"/>
    <field name="nomliende" type="string" column="nomLiende" length="60"/>
    <field name="nomliennl" type="string" column="nomLiennl" length="60"/>
    <field name="nomlienen" type="string" column="nomLienen" length="60"/>
    <field name="nomlienit" type="string" column="nomLienit" length="60"/>
    <field name="nomlienpt" type="string" column="nomLienpt" length="60"/>
    <field name="nomlienes" type="string" column="nomLienes" length="60"/>
    <field name="nomliendk" type="string" column="nomLiendk" length="60"/>
    <field name="urllienfr" type="string" column="urlLienfr" length="400"/>
    <field name="urlliende" type="string" column="urlLiende" length="400"/>
    <field name="urlliennl" type="string" column="urlLiennl" length="400"/>
    <field name="urllienen" type="string" column="urlLienen" length="400"/>
    <field name="urllienit" type="string" column="urlLienit" length="400"/>
    <field name="urllienpt" type="string" column="urlLienpt" length="400"/>
    <field name="urllienes" type="string" column="urlLienes" length="400"/>
    <field name="urlliendk" type="string" column="urlLiendk" length="400"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
