mirror of https://github.com/hykilpikonna/AquaDX
[-] Remove jsonignore for playlog id
parent
d3665d64a6
commit
a48f2b1f17
|
@ -27,7 +27,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|
|
@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|
|
@ -26,7 +26,6 @@ public class UserPlaylog implements Serializable, IGenericGamePlaylog {
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||||
@JsonIgnore
|
|
||||||
private long id;
|
private long id;
|
||||||
|
|
||||||
@JsonIgnore
|
@JsonIgnore
|
||||||
|
|
Loading…
Reference in New Issue