Uses of Interface
ubic.gemma.persistence.service.common.description.AnnotationRelationDao
Packages that use AnnotationRelationDao
Package
Description
-
Uses of AnnotationRelationDao in ubic.gemma.core.ontology
Methods in ubic.gemma.core.ontology with parameters of type AnnotationRelationDaoModifier and TypeMethodDescriptionOntologyConfig.cellosaurusRelationProducer(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.PlatformTransactionManager transactionManager, TaxonService taxonService) Cellosaurus asEXTERNALrelations — donor disease and derived-from site.OntologyConfig.clInferredLocationProducer(AnnotationRelationDao annotationRelationDao, org.springframework.transaction.PlatformTransactionManager transactionManager) The entailed CL cell type → anatomical structure locations, from a reviewed file.OntologyConfig.mgiRelationProducer(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.PlatformTransactionManager transactionManager, TaxonService taxonService) MGI's genotype-to-disease reports asEXTERNALrelations.OntologyConfig.ontologyRelationProducer(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.PlatformTransactionManager transactionManager, TaxonService taxonService, OntologyService ontologyService) Writes theONTOLOGYrows ofANNOTATION_RELATION— the relations CLO and CHEBI already assert and nothing has ever read. -
Uses of AnnotationRelationDao in ubic.gemma.core.ontology.relation
Constructors in ubic.gemma.core.ontology.relation with parameters of type AnnotationRelationDaoModifierConstructorDescriptionCellosaurusRelationProducer(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, TaxonService taxonService) ClInferredLocationProducer(AnnotationRelationDao annotationRelationDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate) 🛑 Constructor-injected and declared as a@BeaninOntologyConfig, NOT a@Service.MgiRelationProducer(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, TaxonService taxonService) OntologyRelationProducerImpl(List<OntologyService> ontologies, AnnotationRelationDao annotationRelationDao, org.springframework.transaction.support.TransactionTemplate transactionTemplate, TaxonService taxonService, OntologyService ontologyService) -
Uses of AnnotationRelationDao in ubic.gemma.persistence.service.common.description
Classes in ubic.gemma.persistence.service.common.description that implement AnnotationRelationDaoConstructors in ubic.gemma.persistence.service.common.description with parameters of type AnnotationRelationDaoModifierConstructorDescriptionAnnotationRelationServiceImpl(AnnotationRelationDao annotationRelationDao)