Skip to content
Snippets Groups Projects

Change the generated value strategy for LabRequestConstraint

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -39,7 +39,7 @@ import nl.tudelft.librador.dto.create.Create;
@Inheritance(strategy = InheritanceType.JOINED)
public abstract class LabRequestConstraint {
@Id
@GeneratedValue
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
/**
Loading