📅  最后修改于: 2022-03-11 14:57:00.600000             🧑  作者: Mango
代码示例2
@Entity
public class Book {
@EmbeddedId
private BookId id;
private String genre;
private Integer price;
//standard getters and setters
}