Changeset ad4243e in Git for src/main/java/com/wediscussmovies/project/service/MovieService.java
- Timestamp:
- 02/07/22 21:26:03 (3 years ago)
- Branches:
- main
- Children:
- 0226942
- Parents:
- 7f36551 (diff), 3c0f9a9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Mato-77 <56981531+Mato-77@…> (02/07/22 21:26:03)
- git-committer:
- GitHub <noreply@…> (02/07/22 21:26:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/wediscussmovies/project/service/MovieService.java
r7f36551 rad4243e 6 6 import com.wediscussmovies.project.model.Person; 7 7 import com.wediscussmovies.project.model.User; 8 import org.springframework.data.jpa.repository.Query; 8 9 9 10 import java.sql.Date; … … 16 17 List<Movie> searchByTitle(String title); 17 18 Movie findById(Integer id); 19 List<Integer> listAllIds(); 18 20 Movie save(String title, String description, String imageUrl, Date airingDate,Double rating, 19 21 Integer directorId,List<Integer> actorIds,List<Integer> genreIds);
Note:
See TracChangeset
for help on using the changeset viewer.