Uses of Class
ubic.gemma.persistence.service.expression.experiment.FactorValueMigratorService.Migration
Packages that use FactorValueMigratorService.Migration
-
Uses of FactorValueMigratorService.Migration in ubic.gemma.persistence.service.expression.experiment
Methods in ubic.gemma.persistence.service.expression.experiment that return FactorValueMigratorService.MigrationModifier and TypeMethodDescriptionFactorValueMigratorService.MigrationFailedException.getMigration()
Methods in ubic.gemma.persistence.service.expression.experiment with parameters of type FactorValueMigratorService.MigrationModifier and TypeMethodDescriptionFactorValueMigratorService.performMigration
(FactorValueMigratorService.Migration migration, boolean noop) Perform the given migration.FactorValueMigratorServiceImpl.performMigration
(FactorValueMigratorService.Migration migration, boolean noop) Deprecated.Method parameters in ubic.gemma.persistence.service.expression.experiment with type arguments of type FactorValueMigratorService.MigrationModifier and TypeMethodDescriptionFactorValueMigratorService.performMultipleMigrations
(List<FactorValueMigratorService.Migration> migrations, boolean noop) Perform multiple migrations in a single transaction.FactorValueMigratorServiceImpl.performMultipleMigrations
(List<FactorValueMigratorService.Migration> migrations, boolean noop) Deprecated.Constructors in ubic.gemma.persistence.service.expression.experiment with parameters of type FactorValueMigratorService.MigrationModifierConstructorDescriptionMigrationFailedException
(FactorValueMigratorService.Migration migration, Throwable cause)