A technique that maps an inheritance hierarchy of objects to a single table in relational database.
If I have a single table where I need multiple columns for discriminator, is my only solution to use a @…
java hibernate orm persistence table-per-hierarchy