Uses of Class
com.is.findyourplace.persistence.entity.Ricerca
Packages that use Ricerca
Package
Description
Package che contiene tutte le Entity.
Package che contiene tutte le Repository.
Package che contiene i service usati
per la ricerca di un luogo.
-
Uses of Ricerca in com.is.findyourplace.persistence.entity
Constructors in com.is.findyourplace.persistence.entity with parameters of type RicercaModifierConstructorDescriptionLuogoTrovato(Ricerca ricerca, Luogo luogo) Costruttore LuogoTrovato. -
Uses of Ricerca in com.is.findyourplace.persistence.repository
Methods in com.is.findyourplace.persistence.repository that return RicercaModifier and TypeMethodDescriptionRicercaRepository.findByIdRicerca(Long idRicerca) Query per trovare una Ricerca tramite il suo id.RicercaRepository.findByIdRicercaAndIdUtente(long idRicerca, long idUtente) Query per trovare una Ricerca fatta da un utente.Methods in com.is.findyourplace.persistence.repository that return types with arguments of type RicercaModifier and TypeMethodDescriptionRicercaRepository.findByIdUtente(Long idUtente) Query per trovare la lista delle ricerche di un utente. -
Uses of Ricerca in com.is.findyourplace.service.gestioneRicerca
Methods in com.is.findyourplace.service.gestioneRicerca that return RicercaModifier and TypeMethodDescriptionHistoryService.findRicerca(Long idRicerca, Long idUtente) Query per recuperare una ricerca tramite l'id dell'utente e l'id della ricerca.HistoryServiceImpl.findRicerca(Long idRicerca, Long idUtente) Methods in com.is.findyourplace.service.gestioneRicerca with parameters of type RicercaModifier and TypeMethodDescriptionvoidHistoryService.removeIdUtente(Ricerca ricerca) Query per rimuovere l'id di un utente da una ricerca.voidHistoryServiceImpl.removeIdUtente(Ricerca ricerca)