Small fix on dmp entity id definition

This commit is contained in:
Thomas Georgios Giannos 2023-10-24 11:35:19 +03:00
parent 2472f6de42
commit dc380cdc01
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ import java.util.UUID;
public class DmpEntity { public class DmpEntity {
@Id @Id
@GeneratedValue
@GenericGenerator(name = "uuid2", strategy = "uuid2")
@Column(name = "id", updatable = false, nullable = false, columnDefinition = "BINARY(16)") @Column(name = "id", updatable = false, nullable = false, columnDefinition = "BINARY(16)")
private UUID id; private UUID id;