Uses of Interface
org.eclipse.emf.cdo.server.db.evolution.phased.Phase.Handler
Packages that use Phase.Handler
Package
Description
A phased approach to database evolution.
-
Uses of Phase.Handler in org.eclipse.emf.cdo.server.db.evolution.phased
Classes in org.eclipse.emf.cdo.server.db.evolution.phased that implement Phase.HandlerModifier and TypeClassDescriptionclassBasic implementation of aphase handler.classDetects model changes between the stored models and the currently registered EPackages.classEvolves the models with the given mapping strategy, context, and store accessor.classEvolves the models with the given mapping strategy, context, and store accessor.Methods in org.eclipse.emf.cdo.server.db.evolution.phased that return Phase.HandlerModifier and TypeMethodDescriptionprotected Phase.HandlerPhasedModelEvolutionSupport.getCurrentPhaseHandler()Returns the handler for the current phase, throwing an exception if none is set.PhasedModelEvolutionSupport.getPhaseHandler(Phase phase) Returns the phase handler for the given phase, ornullif none is set.Methods in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type Phase.HandlerModifier and TypeMethodDescriptionprotected voidPhasedModelEvolutionSupport.executePhaseHandler(Phase.Handler phaseHandler) Executes the given phase handler.voidPhasedModelEvolutionSupport.setChangeDetector(Phase.Handler changeDetector) Sets the change detection phase handler.voidPhasedModelEvolutionSupport.setRepositoryExporter(Phase.Handler repositoryExporter) Sets the repository export phase handler.voidPhasedModelEvolutionSupport.setRepositoryPostProcessor(Phase.Handler repositoryProcessor) Sets the repository post-processing phase handler.voidPhasedModelEvolutionSupport.setSchemaMigrator(Phase.Handler schemaMigrator) Sets the schema migration phase handler.voidPhasedModelEvolutionSupport.setStorePostProcessor(Phase.Handler storeProcessor) Sets the store post-processing phase handler.