摘要:
父类:@Entity @Table(name="tbl_AlbumSuper") @Inheritance(strategy=InheritanceType.SINGLE_TABLE) public class AlbumSuperClass { @Id @Column(length = 32) @GeneratedValue(generator = "system-uuid") @GenericGenerator(strategy = "uuid", name = "system-uuid") private S 阅读全文