Package de.xima.fc.annotations
Annotation Type EntityMigrationSettings.CustomAction
-
public static @interface EntityMigrationSettings.CustomAction
Used byEntityMigrationSettings
, includes a reason for why the entity is ignored during migration.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EntityMigrationSettings.CustomMigrationAction
action
Custom action to apply when migrating the entity.String
reason
The reason why the custom action is applied.
-
-
-
Element Detail
-
action
EntityMigrationSettings.CustomMigrationAction action
Custom action to apply when migrating the entity.- Returns:
- The custom migration action to apply when migrating the entity.
-
-
-
reason
String reason
The reason why the custom action is applied.- Returns:
- The reason why the custom action is applied.
-
-