@Entity public class Blog { @Id @GeneratedValue(strategy = GenerationType.AUTO) private Integer id; private String title; @Lob @Basic ...
確定! 回上一頁