fix: wtf does idea do ?? Why d methods move ? fixed linter again...
This commit is contained in:
parent
04589392cb
commit
c5e7736a16
@ -24,8 +24,10 @@ public class Appointment {
|
||||
joinColumns = @JoinColumn(name = "idAppointment"),
|
||||
inverseJoinColumns = @JoinColumn(name = "idSectionCell"))
|
||||
List<SectionCell> listSectionCell = new ArrayList<>();
|
||||
|
||||
@OneToOne(mappedBy = "appointmentReport", fetch = FetchType.LAZY, orphanRemoval = true)
|
||||
private Report report;
|
||||
|
||||
@Id
|
||||
@GeneratedValue(strategy = GenerationType.IDENTITY)
|
||||
private Long idAppointment;
|
||||
|
Loading…
x
Reference in New Issue
Block a user