BTW, about the wording of the entities: I understand that your *tables *are in *plural *(words, wordtypes and word_translations), but the *Entity*-classes are not a definition of a collection, but of individual objects: a Word-entity and a WordType-entity (*singular*). I don't know exactly what a WordTranslation-entity is; that seems te be a Word-entity... It looks a bit trivial whether a name is singular or plural, but it is often a good indication that your model can be improved. I'd first work on your model of Words and their translations and only after that work on the mapping, queries etc. That could simplify the problem.
-- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/groups/opt_out.
