cerringham / demo-recruiting

0 stars 0 forks source link

Fix query in Customer Repository #13

Open cerringham opened 1 year ago

cerringham commented 1 year ago

Sistemare la query @Query("from Customer c where DATE_FORMAT(FROM_DAYS(DATEDIFF(now(),c.birthday)), '%Y')+0 < :age") List getCustomersByAge(int age);

che non permette il corretto avvio del progetto. Realizzare la funzionalità usando una query JPQL, uno stream con il filtro sfruttando le potenzialità di LocalDate