Interface TodoRepository

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

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

    Modifier and Type
    Method
    Description
     
    findByIdAndUser(long id, User user)
     

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

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