Skip to content

Commit

Permalink
Update src/main/java/it/gov/pagopa/pu/organization/entity/Organizatio…
Browse files Browse the repository at this point in the history
…nEntity.java

Co-authored-by: antonioT90 <34568575+antonioT90@users.noreply.github.com>
  • Loading branch information
oleksiybozhykntt and antonioT90 authored Dec 9, 2024
1 parent 1f24568 commit cd81447
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,5 @@ public class OrganizationEntity implements Serializable {
private String orgTypeCode;
private LocalDate startDate;

@ManyToOne(fetch = FetchType.EAGER)
@JoinColumn(name = "brokerId")
@RestResource(path = "broker", rel="brokerId")
private BrokerEntity brokerId;
private Long brokerId;
}

0 comments on commit cd81447

Please sign in to comment.