Uses of Interface
ubic.gemma.persistence.service.expression.experiment.FactorValueDao
Packages that use FactorValueDao
Package
Description
-
Uses of FactorValueDao in ubic.gemma.persistence.service.expression.biomaterial
Constructors in ubic.gemma.persistence.service.expression.biomaterial with parameters of type FactorValueDaoModifierConstructorDescriptionBioMaterialServiceImpl(BioMaterialDao bioMaterialDao, FactorValueDao factorValueDao, BioAssayDao bioAssayDao, ExperimentalFactorDao experimentalFactorDao, CharacteristicService characteristicService) -
Uses of FactorValueDao in ubic.gemma.persistence.service.expression.experiment
Classes in ubic.gemma.persistence.service.expression.experiment that implement FactorValueDaoModifier and TypeClassDescriptionclassBase Spring DAO Class: is able to create, update, remove, load, and find objects of typeubic.gemma.model.expression.experiment.FactorValue.Constructors in ubic.gemma.persistence.service.expression.experiment with parameters of type FactorValueDaoModifierConstructorDescriptionFactorValueServiceImpl(FactorValueDao factorValueDao, StatementDao statementDao)