<?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\TNews" table="t_news">
    <one-to-many field="pages" target-entity="Entities\TCategorieNews" mapped-by="actualite"/>
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="numnews" type="integer" column="NumNews">
      <generator strategy="IDENTITY"/>
    </id>
    <field name="date" type="datetime" column="date"/>
    <field name="imagenews" type="boolean" column="ImageNews"/>
    <field name="image" type="string" column="Image" length="255"/>
    <field name="frnomnews" type="string" column="frNomNews" length="100"/>
    <field name="ennomnews" type="string" column="enNomNews" length="100"/>
    <field name="denomnews" type="string" column="deNomNews" length="100"/>
    <field name="nlnomnews" type="string" column="nlNomNews" length="100"/>
    <field name="itnomnews" type="string" column="itNomNews" length="100"/>
    <field name="ptnomnews" type="string" column="ptNomNews" length="100"/>
    <field name="dknomnews" type="string" column="dkNomNews" length="100"/>
    <field name="esnomnews" type="string" column="esNomNews" length="100"/>
    <field name="frdescriptionnews" type="text" column="frDescriptionNews"/>
    <field name="endescriptionnews" type="text" column="enDescriptionNews"/>
    <field name="dedescriptionnews" type="text" column="deDescriptionNews"/>
    <field name="nldescriptionnews" type="text" column="nlDescriptionNews"/>
    <field name="itdescriptionnews" type="text" column="itDescriptionNews"/>
    <field name="ptdescriptionnews" type="text" column="ptDescriptionNews"/>
    <field name="dkdescriptionnews" type="text" column="dkDescriptionNews"/>
    <field name="esdescriptionnews" type="text" column="esDescriptionNews"/>
    <field name="frcourtedescriptionnews" type="text" column="frCourteDescriptionNews"/>
    <field name="encourtedescriptionnews" type="text" column="enCourteDescriptionNews"/>
    <field name="decourtedescriptionnews" type="text" column="deCourteDescriptionNews"/>
    <field name="nlcourtedescriptionnews" type="text" column="nlCourteDescriptionNews"/>
    <field name="itcourtedescriptionnews" type="text" column="itCourteDescriptionNews"/>
    <field name="ptcourtedescriptionnews" type="text" column="ptCourteDescriptionNews"/>
    <field name="dkcourtedescriptionnews" type="text" column="dkCourteDescriptionNews"/>
    <field name="escourtedescriptionnews" type="text" column="esCourteDescriptionNews"/>
    <field name="datedebut" type="date" column="DateDebut"/>
    <field name="datefin" type="date" column="DateFin"/>
    <field name="enligne" type="boolean" column="enligne"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
