Uses of Class
ubic.gemma.model.analysis.expression.diff.DiffExResultSetSummaryValueObject.Prefetch
Packages that use DiffExResultSetSummaryValueObject.Prefetch
Package
Description
-
Uses of DiffExResultSetSummaryValueObject.Prefetch in ubic.gemma.model.analysis.expression.diff
Constructors in ubic.gemma.model.analysis.expression.diff with parameters of type DiffExResultSetSummaryValueObject.PrefetchModifierConstructorDescriptionDiffExResultSetSummaryValueObject(ExpressionAnalysisResultSet resultSet, ResultSetCountsValueObject counts, DiffExResultSetSummaryValueObject.Prefetch prefetch) Variant constructor that also accepts aDiffExResultSetSummaryValueObject.Prefetchsnapshot of the result-set'sexperimentalFactors+baselineGroupassociations gathered up-front by a batched HQL fetch in the caller. -
Uses of DiffExResultSetSummaryValueObject.Prefetch in ubic.gemma.persistence.service.analysis.expression.diff
Methods in ubic.gemma.persistence.service.analysis.expression.diff that return types with arguments of type DiffExResultSetSummaryValueObject.PrefetchModifier and TypeMethodDescriptionExpressionAnalysisResultSetDao.getPrefetchForVo(Collection<Long> ids) Batch-fetch theexperimentalFactors+baselineGroupassociations of the given result sets in two queries (one per association, to avoidMultipleBagFetchExceptionand Cartesian explosion on a multi-row join), and return a map keyed by result-set id.ExpressionAnalysisResultSetDaoImpl.getPrefetchForVo(Collection<Long> ids)