@Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) with @ManyToOne( fetch = FetchType.LAZY ) warn
When I put the TABLE_PER_CLASS inheritance type strategy in the parent class, the tables are generated as expected, however, the same warning appears below, referring to all relationships (@ManyToOne, @OneToMany) and child classes: