Package org.cswteams.ms3.dao
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
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Method Details
-
saveAll
- Specified by:
saveAllin interfaceorg.springframework.data.repository.CrudRepository<GiustificazioneForzaturaVincoli,Long> - Specified by:
saveAllin interfaceorg.springframework.data.jpa.repository.JpaRepository<GiustificazioneForzaturaVincoli,Long>
-