Interface CowDeathRepository

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

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

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

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