Hibernate - Subclass has to be binded after it's mother class
问题 after upgrading hibernate to from version 4.3.7.Final to 5.3.18.Final I got the error below @Entity @Audited @AuditPermission(Permission.VIEW_INDIVIDUAL) public class Individual implements ITemporalEntity { @Id @Column(name = "Individual_id") @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "Individual_generator") @SequenceGenerator(name = "Individual_generator", initialValue = 1, allocationSize = 1, sequenceName = "Individual_id_seq") private Long id; @Embedded private