Uses of Class
model.entity.Post
-
Packages that use Post 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 Post in model.entity
Fields in model.entity declared as Post Modifier and Type Field Description protected Post
Comment. post
protected Post
PostVote. post
Methods in model.entity with parameters of type Post Modifier and Type Method Description void
PostVote. setPost(Post post)
Constructors in model.entity with parameters of type Post Constructor Description PostVote(User user, Post post, Short vote)
-
Uses of Post in model.repository
Methods in model.repository that return types with arguments of type Post Modifier and Type Method Description List<Post>
PostRepository.PostFinder. getResults()
Restituisce tutti i post che rispettano i criteri di ricercaMethods in model.repository with parameters of type Post Modifier and Type Method Description List<Comment>
CommentRepository. getByPost(Post post, int depth)
Trova tutti i commenti di un determinato post
-