Uses of Enum Class
org.eclipse.emf.cdo.server.db.evolution.IModelEvolutionSupport.Trigger
Packages that use IModelEvolutionSupport.Trigger
Package
Description
Server concepts for dealing with model evolution and database migration.
A phased approach to database evolution.
-
Uses of IModelEvolutionSupport.Trigger in org.eclipse.emf.cdo.server.db.evolution
Methods in org.eclipse.emf.cdo.server.db.evolution that return IModelEvolutionSupport.TriggerModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IModelEvolutionSupport.Trigger[]IModelEvolutionSupport.Trigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.emf.cdo.server.db.evolution with parameters of type IModelEvolutionSupport.TriggerModifier and TypeMethodDescriptionvoidIModelEvolutionSupport.trigger(IModelEvolutionSupport.Trigger trigger) Evolves the models stored in the given DB store to match the currently registeredEPackages. -
Uses of IModelEvolutionSupport.Trigger in org.eclipse.emf.cdo.server.db.evolution.phased
Methods in org.eclipse.emf.cdo.server.db.evolution.phased that return IModelEvolutionSupport.TriggerModifier and TypeMethodDescriptionPhase.trigger()Returns thetriggerthat causes the execution of this phase.Methods in org.eclipse.emf.cdo.server.db.evolution.phased with parameters of type IModelEvolutionSupport.TriggerModifier and TypeMethodDescriptionvoidPhasedModelEvolutionSupport.trigger(IModelEvolutionSupport.Trigger trigger) Evolves the models stored in the given DB store to match the currently registeredEPackages.