I am working on migrating a legacy Hibernate project from version 4.1 to 5.4. The code has Multilevel Joined table inheritance using a dedicated DiscriminatorCo
I am trying a simple program with hibernate but while retrieving data from db i am getting this error. But the insertion is working fine. I have provided the