chore: update
This commit is contained in:
@@ -21,7 +21,6 @@ public class EateryEntity extends BaseEntity {
|
|||||||
@Column(nullable = false)
|
@Column(nullable = false)
|
||||||
public boolean isVerified = false;
|
public boolean isVerified = false;
|
||||||
|
|
||||||
@JsonIgnore
|
|
||||||
@OneToMany(
|
@OneToMany(
|
||||||
mappedBy = "eatery",
|
mappedBy = "eatery",
|
||||||
cascade = CascadeType.ALL,
|
cascade = CascadeType.ALL,
|
||||||
@@ -37,7 +36,6 @@ public class EateryEntity extends BaseEntity {
|
|||||||
)
|
)
|
||||||
public List<ReviewEntity> reviews = new ArrayList<>();
|
public List<ReviewEntity> reviews = new ArrayList<>();
|
||||||
|
|
||||||
@JsonIgnore
|
|
||||||
@OneToMany(
|
@OneToMany(
|
||||||
mappedBy = "eatery",
|
mappedBy = "eatery",
|
||||||
cascade = CascadeType.ALL,
|
cascade = CascadeType.ALL,
|
||||||
|
|||||||
Reference in New Issue
Block a user