Package org.cswteams.ms3.dao
Interface ConsecutiveShiftsConstraintDAO
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ConstraintTurniContigui,,Long> org.springframework.data.jpa.repository.JpaRepository<ConstraintTurniContigui,,Long> org.springframework.data.repository.PagingAndSortingRepository<ConstraintTurniContigui,,Long> org.springframework.data.repository.query.QueryByExampleExecutor<ConstraintTurniContigui>,org.springframework.data.repository.Repository<ConstraintTurniContigui,Long>
@Repository
public interface ConsecutiveShiftsConstraintDAO
extends org.springframework.data.jpa.repository.JpaRepository<ConstraintTurniContigui,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, saveAll, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne