Uses of Class
model.entity.PostVote
-
Packages that use PostVote Package Description model.entity Package contenenti le entità persistenti -
-
Uses of PostVote in model.entity
Fields in model.entity with type parameters of type PostVote Modifier and Type Field Description protected Map<User,PostVote>
Post. votes
Methods in model.entity that return PostVote Modifier and Type Method Description PostVote
Post. getVote(User user)
Ottieni il voto di un utente al post in questione (o
-