Hibernate Tips: SINGLE_TABLE strategy without discriminator column
Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question for a future Hibernate Tip, please post a comment below. Question: I need to map tables of a legacy database using the SINGLE_TABLE strategy. But these tables don’t contain a…