Interface JobsRepository

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

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

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<Job>
    findAll(org.springframework.data.domain.Pageable pageable)
     

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

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

    • findAll

      org.springframework.data.domain.Page<Job> findAll(org.springframework.data.domain.Pageable pageable)