Small fix on dmp entity id definition
This commit is contained in:
parent
2472f6de42
commit
dc380cdc01
|
@ -16,8 +16,6 @@ import java.util.UUID;
|
|||
public class DmpEntity {
|
||||
|
||||
@Id
|
||||
@GeneratedValue
|
||||
@GenericGenerator(name = "uuid2", strategy = "uuid2")
|
||||
@Column(name = "id", updatable = false, nullable = false, columnDefinition = "BINARY(16)")
|
||||
private UUID id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue