Interface PreferenzeRepository

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

@Repository public interface PreferenzeRepository extends org.springframework.data.jpa.repository.JpaRepository<Preferenze,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByIdUtente(long idUtente)
    Query per trovare le Preferenze usando idUtente.

    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

    • findByIdUtente

      Preferenze findByIdUtente(long idUtente)
      Query per trovare le Preferenze usando idUtente.
      Parameters:
      idUtente - Id dell' Utente
      Returns:
      Preferenze dell' Utente