I got a question. I have been waiting on the DiscriminatorColumn annotation in Doctrine 2 but now that I got it via Update of Doctrine I am not able to find the Hibernate's DiscriminatorValue annotation equivalent in Doctrine. FYI, my Doctrine version is "doctrine/orm": "^2.5.6" and "doctrine/doctrine-bundle": "~1.6" but I cannot find such annotation.
My basic desire here is to set the Discriminator Column value per child class not in the main class in the DiscriminatorMap.