Uses of Class
com.modulink.Model.Relazioni.Attivazione.AttivazioneEntity
Packages that use AttivazioneEntity
Package
Description
-
Uses of AttivazioneEntity in com.modulink.Model.Relazioni.Attivazione
Subinterfaces with type arguments of type AttivazioneEntity in com.modulink.Model.Relazioni.AttivazioneModifier and TypeInterfaceDescriptioninterfaceRepository JPA per la gestione dell'entitàAttivazioneEntity.Methods in com.modulink.Model.Relazioni.Attivazione that return AttivazioneEntityModifier and TypeMethodDescriptionAttivazioneService.getAttivazioneById(AttivazioneID attivazioneID) Recupera un'attivazione specifica tramite il suo ID composto. -
Uses of AttivazioneEntity in com.modulink.Model.Relazioni.Pertinenza
Fields in com.modulink.Model.Relazioni.Pertinenza declared as AttivazioneEntityModifier and TypeFieldDescriptionprivate AttivazioneEntityPertinenzaEntity.attivazioneRelazione Many-To-One con l'Attivazione del modulo.Methods in com.modulink.Model.Relazioni.Pertinenza that return AttivazioneEntityModifier and TypeMethodDescriptionPertinenzaEntity.getAttivazione()Recupera l'entità Attivazione associata.Methods in com.modulink.Model.Relazioni.Pertinenza with parameters of type AttivazioneEntityModifier and TypeMethodDescriptionPertinenzaRepository.findAllByAttivazione(AttivazioneEntity attivazione) Recupera tutte le pertinenze legate a una specifica attivazione di un modulo.PertinenzaService.findAllByAttivazione(AttivazioneEntity attivazione) Recupera tutte le pertinenze associate a una specifica attivazione.voidPertinenzaEntity.setAttivazione(AttivazioneEntity attivazione) Associa l'entità Attivazione.