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