Uses of Class
model.entity.Comment
-
Packages that use Comment Package Description model.entity Package contenenti le entità persistentimodel.repository Package contenente la logica per il recupero, l'inserimento e la modifica di entità persistenti -
-
Uses of Comment in model.entity
Fields in model.entity declared as Comment Modifier and Type Field Description protected Comment
CommentVote. comment
protected Comment
Comment. parentComment
Riferimento al commento padre (oFields in model.entity with type parameters of type Comment Modifier and Type Field Description protected List<Comment>
Post. comments
Methods in model.entity with parameters of type Comment Modifier and Type Method Description void
CommentVote. setComment(Comment comment)
Constructors in model.entity with parameters of type Comment Constructor Description CommentVote(User user, Comment comment, Short vote)
-
Uses of Comment in model.repository
Methods in model.repository that return types with arguments of type Comment Modifier and Type Method Description List<Comment>
CommentRepository. getByPost(Post post, int depth)
Trova tutti i commenti di un determinato postList<Comment>
CommentRepository. getReplies(Comment comment, int depth)
Trova tutti i commenti di riposta a un determinato commentoMethods in model.repository with parameters of type Comment Modifier and Type Method Description List<Comment>
CommentRepository. getReplies(Comment comment, int depth)
Trova tutti i commenti di riposta a un determinato commento
-