Annotation Type EntityMigrationSettings.CustomAction
- Enclosing class:
EntityMigrationSettings
public static @interface EntityMigrationSettings.CustomAction
Used by
EntityMigrationSettings, includes a reason for why the entity is ignored during migration.- Since:
- 8.3.5
- Author:
- XIMA MEDIA GmbH
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionCustom action to apply when migrating the entity.The reason why the custom action is applied.
-
Element Details
-
action
Custom action to apply when migrating the entity.- Returns:
- The custom migration action to apply when migrating the entity.
-
reason
String reasonThe reason why the custom action is applied.- Returns:
- The reason why the custom action is applied.
-