Remove identity generation strategy from entity in tests that doesn't need it
This commit is contained in:
parent
1b89defbb6
commit
4a3d6fbc0e
|
@ -112,7 +112,7 @@ public class OneToManyEagerDiscriminatorTest {
|
|||
@DiscriminatorColumn(name = "target_type", discriminatorType = DiscriminatorType.INTEGER)
|
||||
public abstract static class ValueBase implements Serializable {
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
@GeneratedValue
|
||||
private Long id;
|
||||
|
||||
public Long getId() {
|
||||
|
|
Loading…
Reference in New Issue