Interface ShiftRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Shift,Long>, org.springframework.data.repository.Repository<Shift,Long>

@Repository public interface ShiftRepository extends org.springframework.data.repository.CrudRepository<Shift,Long>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    findByDriverID(Long driverID)
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll