Ignore:
Timestamp:
02/06/22 22:56:26 (2 years ago)
Author:
Test <matonikolov77@…>
Branches:
main
Children:
3c0f9a9, ad4243e
Parents:
42d565b
Message:

Resolved bux for fronted and repaired filtering through title and genres for movies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/com/wediscussmovies/project/model/Movie.java

    r42d565b r7f36551  
    4040    @OneToMany(mappedBy = "movie", fetch = FetchType.LAZY)
    4141    private Collection<MovieActors> actors;
    42     @OneToMany(mappedBy = "movie")
     42    @OneToMany(mappedBy = "movie", fetch = FetchType.LAZY)
    4343    private Collection<MovieGenres> genres;
    4444    @OneToMany(mappedBy = "movie")
Note: See TracChangeset for help on using the changeset viewer.