CrudRepository<Company,Long>, GenericRepository<Company,Long>, PageableRepository<Company,Long>
Company
findByLastUpdatedGreaterThan(Instant date)
findByLastUpdatedLessThan(Instant date)
Instant
findMaxLastUpdated()
findMinLastUpdated()
void
update(Long id, String name)
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
findAll, findAll