<?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\ProduitsCategoriesLanguesContenus" table="produits_categories_langues_contenus">
    <change-tracking-policy>DEFERRED_IMPLICIT</change-tracking-policy>
    <id name="idcategorie" type="integer" column="idCategorie"/>
    <id name="idlangue" type="integer" column="idLangue"/>
    <field name="nomcategorie" type="string" column="nomCategorie" length="100"/>
    <field name="titrecategorie" type="string" column="titreCategorie" length="100"/>
    <field name="contenu" type="string" column="contenu" length="3000"/>
    <field name="decompose" type="boolean" column="decompose"/>
    <field name="contientProduits" type="boolean" column="contient_produits"/>
    <field name="metaDescriptions" type="string" column="meta_descriptions" length="3000"/>
    <field name="metaKeywords" type="string" column="meta_keywords" length="3000"/>
    <field name="descPage" type="text" column="desc_page"/>
    <lifecycle-callbacks/>
  </entity>
</doctrine-mapping>
