Package | Description |
---|---|
inix.mapper | |
inix.Repo |
Modifier and Type | Method and Description |
---|---|
Comment |
CommentMapper.map(CommentsDto commentsDto,
Post post,
User user) |
Modifier and Type | Method and Description |
---|---|
CommentsDto |
CommentMapper.mapToDto(Comment comment) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
CommentRepo.findAllByUser(User user) |
java.util.List<Comment> |
CommentRepo.findByPost(Post post) |