Uses of Class
model.entity.Section
-
Packages that use Section 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 Section in model.entity
Fields in model.entity declared as Section Modifier and Type Field Description protected Section
Follow. section
protected Section
Post. section
Methods in model.entity with parameters of type Section Modifier and Type Method Description void
Follow. setSection(Section section)
Constructors in model.entity with parameters of type Section Constructor Description Follow(User user, Section section)
-
Uses of Section in model.repository
Methods in model.repository that return types with arguments of type Section Modifier and Type Method Description List<Section>
SectionRepository. getMostFollowedSections()
Restituisce una lista con i dati delle sezioni con più followsList<Section>
SectionRepository. getMostFollowedSections(Instant after)
Restituisce una lista con i dati delle sezioni con più follows in un dato arco di tempoMethods in model.repository with parameters of type Section Modifier and Type Method Description PostRepository.PostFinder
PostRepository.PostFinder. bySection(Section section)
Setta il campo sections e restituisce l'istanza passata di PostFinderMethod parameters in model.repository with type arguments of type Section Modifier and Type Method Description PostRepository.PostFinder
PostRepository.PostFinder. bySections(List<Section> sections)
Setta il campo sections e restituisce l'istanza passata di PostFinder
-