Interface MarketplaceItemPacchettoRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<MarketplaceItemPacchetto,Long>, org.springframework.data.jpa.repository.JpaRepository<MarketplaceItemPacchetto,Long>, org.springframework.data.repository.ListCrudRepository<MarketplaceItemPacchetto,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<MarketplaceItemPacchetto,Long>, org.springframework.data.repository.PagingAndSortingRepository<MarketplaceItemPacchetto,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<MarketplaceItemPacchetto>, org.springframework.data.repository.Repository<MarketplaceItemPacchetto,Long>

public interface MarketplaceItemPacchettoRepository extends org.springframework.data.jpa.repository.JpaRepository<MarketplaceItemPacchetto,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Elimina tutti i collegamenti associati a un ID pacchetto.

    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
  • Method Details

    • deleteAllByPacchettoId

      void deleteAllByPacchettoId(Long pacchettoId)
      Elimina tutti i collegamenti associati a un ID pacchetto. Necessario per l'aggiornamento dei pacchetti in PacchettoService.