Annotation Interface FieldValueMappingMigration


@Target(FIELD) @Retention(RUNTIME) public @interface FieldValueMappingMigration
Marks an entity field to be mapped in a migration. The field value of each entity will be matched against each mapping until one applies, the new value of that first matching mapping will be set.
Since:
0.2
See Also: