I think, Doctrine doesn't fire events when manyToMany relation changes, so I guess I want to create my own manyToMany entity.
How should my getters and setters in the manyToMany entity look like to act like the Doctrine's default manyToMany relation? I want no BC break.