i'm making a counter of tags for the content of my site.
I'm saving the total amount of tags in one table, saving the content_id, tagType_id and the total.
doctrine can update an existent entity or create new one by own? Or I must check it with a select?