- Timestamp:
- 02/06/23 03:59:41 (22 months ago)
- Branches:
- master
- Children:
- f8ef9bd
- Parents:
- 448bd84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/moviezone/repository/ProjectionRepository.java
r448bd84 reb5426c 9 9 public interface ProjectionRepository extends JpaRepository<Projection,Integer> { 10 10 // NOTE: CHANGE THIS WITH MATERIALIZED VIEW 11 List<Projection> findAllByDate_time_startBefore(LocalDate datum);11 //List<Projection> findAllBydate_time_startBefore(LocalDate datum); 12 12 }
Note:
See TracChangeset
for help on using the changeset viewer.