@Deprecated @Target(value=METHOD) @Retention(value=RUNTIME) public @interface ChangeSet
ChangeLog| Modifier and Type | Required Element and Description |
|---|---|
String |
author
Deprecated.
Author of the changeset.
|
String |
id
Deprecated.
Unique ID of the changeset.
|
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.
|
String |
systemVersion
Deprecated.
Specifies the software systemVersion on which the ChangeSet is to be applied.
|
public abstract String author
public abstract String id
public abstract String order
public abstract boolean runAlways
public abstract String systemVersion
Copyright © 2023. All rights reserved.