Is it possible to force hibernate to use discriminator column for inheritance type joined? According to JPA2.0 specification this should be possible but i can\'t achieve it
Do you want to use @Inheritance(strategy=InheritanceType.SINGLE_TABLE)?