How would hibernate then be able to read back rows from that table? It doesn't know what java type a row has if there is no discriminator column, so what type would you expect it to be? Or do you have a different strategy for figuring out the concrete java type? |