Uses of Class
org.eclipse.emf.cdo.server.db.evolution.phased.PhasedModelEvolutionSupport
Packages that use PhasedModelEvolutionSupport
Package
Description
A phased approach to database evolution.
-
Uses of PhasedModelEvolutionSupport in org.eclipse.emf.cdo.server.db.evolution.phased
Methods in org.eclipse.emf.cdo.server.db.evolution.phased that return PhasedModelEvolutionSupportModifier and TypeMethodDescriptionContext.getSupport()Returns the model evolution support associated with this context.Context.Manager.getSupport()Returns the model evolution support associated with this context manager.FolderContextManager.getSupport()Returns the model evolution support.Methods in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type PhasedModelEvolutionSupportModifier and TypeMethodDescriptionvoidContext.Manager.setSupport(PhasedModelEvolutionSupport support) Sets the model evolution support associated with this context manager.voidFolderContextManager.setSupport(PhasedModelEvolutionSupport support) Sets the model evolution support.Constructors in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type PhasedModelEvolutionSupportModifierConstructorDescriptionContext(PhasedModelEvolutionSupport support, Collection<Context.Model> models) Creates a context for model evolution with the given models.