Changeset 142c0f8 for src


Ignore:
Timestamp:
05/05/25 12:37:27 (12 days ago)
Author:
Aleksandar Panovski <apano77@…>
Branches:
main
Children:
b67dfd3
Parents:
c44c5ed
Message:

Final version done Bazi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/example/rezevirajmasa/demo/model/TableEntity.java

    rc44c5ed r142c0f8  
    5050    @OneToMany(mappedBy = "table", cascade = CascadeType.ALL, fetch = FetchType.LAZY)
    5151    @JsonIgnore
    52     private List<Reservation> reservations = new ArrayList<>(); // Store reservations, not time slots
     52    private List<Reservation> reservations = new ArrayList<>();
    5353
    5454    public void cleanUnusedTimeSlots(LocalDate threeDaysAgo) {
Note: See TracChangeset for help on using the changeset viewer.