Uses of Class
com.modulink.Model.Relazioni.Associazione.AssociazioneEntity
Packages that use AssociazioneEntity
Package
Description
-
Uses of AssociazioneEntity in com.modulink.Model.Relazioni.Associazione
Subinterfaces with type arguments of type AssociazioneEntity in com.modulink.Model.Relazioni.AssociazioneModifier and TypeInterfaceDescriptioninterfaceRepository JPA per la gestione della persistenza dell'entitàAssociazioneEntity.Methods in com.modulink.Model.Relazioni.Associazione that return types with arguments of type AssociazioneEntityModifier and TypeMethodDescriptionAssociazioneRepository.findByRuolo(RuoloEntity ruolo) Recupera la lista di tutte le associazioni attive per un dato ruolo.Methods in com.modulink.Model.Relazioni.Associazione with parameters of type AssociazioneEntityModifier and TypeMethodDescriptionvoidAssociazioneService.save(AssociazioneEntity associazioneEntity) Persiste una nuova associazione nel database. -
Uses of AssociazioneEntity in com.modulink.Model.Ruolo
Fields in com.modulink.Model.Ruolo with type parameters of type AssociazioneEntityModifier and TypeFieldDescriptionprivate Set<AssociazioneEntity> RuoloEntity.associazioniInsieme delle associazioni Utente-Ruolo attive.Methods in com.modulink.Model.Ruolo that return types with arguments of type AssociazioneEntityModifier and TypeMethodDescriptionRuoloEntity.getAssociazioni()Recupera le associazioni utente collegate.Method parameters in com.modulink.Model.Ruolo with type arguments of type AssociazioneEntityModifier and TypeMethodDescriptionvoidRuoloEntity.setAssociazioni(Set<AssociazioneEntity> associazioni) Imposta le associazioni utente. -
Uses of AssociazioneEntity in com.modulink.Model.Utente
Fields in com.modulink.Model.Utente with type parameters of type AssociazioneEntityModifier and TypeFieldDescriptionprivate Set<AssociazioneEntity> UtenteEntity.associazioniRelazione One-To-Many verso l'entità di associazione intermedio.Methods in com.modulink.Model.Utente that return types with arguments of type AssociazioneEntityModifier and TypeMethodDescriptionUtenteEntity.getAssociazioni()Restituisce il set delle entità di associazione.Method parameters in com.modulink.Model.Utente with type arguments of type AssociazioneEntityModifier and TypeMethodDescriptionvoidUtenteEntity.setAssociazioni(Set<AssociazioneEntity> associazioni) Imposta il set delle associazioni.