Uses of Class
com.is.findyourplace.persistence.entity.Notifica
Packages that use Notifica
Package
Description
Package che contiene tutte le Entity.
Package che contiene tutte le Repository.
-
Uses of Notifica in com.is.findyourplace.persistence.entity
Constructors in com.is.findyourplace.persistence.entity with parameters of type NotificaModifierConstructorDescriptionNotificaRicevuta(Utente utente, Notifica notifica) Costruttore NotificaRicevuta. -
Uses of Notifica in com.is.findyourplace.persistence.repository
Methods in com.is.findyourplace.persistence.repository that return NotificaModifier and TypeMethodDescriptionNotificaRepository.findByIdNotifica(Long idNotifica) Query per trovare una Notifica usando il suo id.NotificaRepository.findFirstByAutoreAndTestoOrderByDataInvioDesc(String autore, String testo) Query per trovare la notifica più recente tramite autore e testo (usato per i test).Methods in com.is.findyourplace.persistence.repository that return types with arguments of type NotificaModifier and TypeMethodDescriptionNotificaRepository.findByAutore(String autore) Query per trovare la lista notifiche inviate da un autore.