I'm actually working on a Class Table Inheritance. I would like to have, in my parent entity, which is abstract, a getter to access my Discriminator Column value. I mean getting the value in database and not just a guess of the value.
Is it possible ?
Thanks in advance