接口 SchemaMigrator
-
public interface SchemaMigratorService delegate for handling schema migration.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voiddoMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor)Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
-
-
-
方法详细资料
-
doMigration
void doMigration(Metadata metadata, ExecutionOptions options, TargetDescriptor targetDescriptor)
Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).- 参数:
metadata- Represents the schema to be altered.options- Options for executing the alterationtargetDescriptor- description of the target(s) for the alteration commands
-
-