Interface GiustificazioneFozaturaDAO

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

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

    Modifier and Type
    Method
    Description
    saveAll(Iterable<S> iterable)
     

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

    count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save

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

    deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAndFlush

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

    findAll

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

    count, exists, findAll, findOne