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, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne