@Deprecated
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ChangeSet
ChangeLog| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
author
Deprecated.
Author of the changeset.
|
java.lang.String |
id
Deprecated.
Unique ID of the changeset.
|
java.lang.String |
order
Deprecated.
Sequence that provide correct order for changeSets.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
failFast
Deprecated.
If true, will make the entire migration to break if the changeSet produce an exception or the validation doesn't
success.
|
boolean |
runAlways
Deprecated.
Executes the change set on every Mongock's execution, even if it has been run before.
|
java.lang.String |
systemVersion
Deprecated.
Specifies the software systemVersion on which the ChangeSet is to be applied.
|
public abstract java.lang.String author
public abstract java.lang.String id
public abstract java.lang.String order
public abstract boolean runAlways