public interface CommentRepo extends org.springframework.data.jpa.repository.JpaRepository<Comment,java.lang.Long>
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
findAllByUser(User user) |
java.util.List<Comment> |
findByPost(Post post) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
findAll