1 Rapsys\BlogBundle\Entity\KeywordTranslation:
 
   3     repositoryClass: Rapsys\BlogBundle\Repository\KeywordTranslationRepository
 
   4     table: keywords_translations
 
  31             targetEntity: Rapsys\BlogBundle\Entity\Keyword
 
  32             inversedBy: keyword_translations
 
  37             columns: [ locale, slug ]
 
  39         preUpdate: ['preUpdate']