@Id @GeneratedValue(generator = "uuid") @GenericGenerator(name = "uuid", strategy = "uuid2") private String ID;. By the way, usually id as "String" type is ...
確定! 回上一頁