Interface EventoRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Evento,,Long> org.springframework.data.jpa.repository.JpaRepository<Evento,,Long> org.springframework.data.repository.ListCrudRepository<Evento,,Long> org.springframework.data.repository.ListPagingAndSortingRepository<Evento,,Long> org.springframework.data.repository.PagingAndSortingRepository<Evento,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<Evento>,org.springframework.data.repository.Repository<Evento,Long>
public interface EventoRepository
extends org.springframework.data.jpa.repository.JpaRepository<Evento,Long>
Repository per la gestione degli eventi promozionali o educativi.
Questa interfaccia permette di salvare e recuperare gli eventi organizzati
dagli attori della filiera
(es. degustazioni, visite in fattoria). Gli eventi servono a promuovere i
prodotti e ad avvicinare
i consumatori alla realta' produttiva locale.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAllMethods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne