Andy Schlaikjer wrote:
Marco Schwarz wrote:@Inheritance(strategy=InheritanceType.TABLE_PER_CLASS) How can I make only 2 tables?Here's my guess: @Inheritance(strategy=InheritanceType.SINGLE_TABLE)
Apologies. You meant to use table-per-class strategy, didn't you. Ignore that second bit then.
