@Id @GeneratedValue( generator = "uuid2" ) @GenericGenerator( name = "uuid2", strategy = "uuid2" ) @Column( name = "id", columnDefinition = "BINARY(16)" ) ...
確定! 回上一頁