<?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\ProduitsLanguesContenus" table="produits_langues_contenus">
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="idproduit" type="integer" column="idProduit"/>
    <id name="idlangue" type="integer" column="idLangue"/>
    <field name="affichage" type="boolean" column="affichage"/>
    <field name="nomproduit" type="string" column="nomProduit" length="500"/>
    <field name="titreproduit" type="string" column="titreProduit" length="500"/>
    <field name="contenuproduit" type="string" column="contenuProduit" length="3000"/>
    <field name="informationsComplementaires" type="string" column="informations_complementaires" length="3000"/>
    <field name="metaDescriptions" type="string" column="meta_descriptions" length="3000"/>
    <field name="metaKeywords" type="string" column="meta_keywords" length="3000"/>
    <field name="descProduit" type="string" column="desc_produit" length="6000"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
