Package liquibase.ext.mongodb.changelog
Class MongoRanChangeSet
- java.lang.Object
-
- liquibase.changelog.RanChangeSet
-
- liquibase.ext.mongodb.changelog.MongoRanChangeSet
-
public class MongoRanChangeSet extends liquibase.changelog.RanChangeSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMongoRanChangeSet.Fields
-
Constructor Summary
Constructors Constructor Description MongoRanChangeSet(String changeLog, String id, String author, liquibase.change.CheckSum lastCheckSum, Date dateExecuted, String tag, liquibase.changelog.ChangeSet.ExecType execType, String description, String comments, liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts, liquibase.Labels labels, String deploymentId, Integer orderExecuted, String liquibase)MongoRanChangeSet(liquibase.changelog.ChangeSet changeSet, liquibase.changelog.ChangeSet.ExecType execType, liquibase.ContextExpression contextExpression, liquibase.Labels labels)
-
Method Summary
-
Methods inherited from class liquibase.changelog.RanChangeSet
equals, getAuthor, getChangeLog, getComments, getContextExpression, getDateExecuted, getDeploymentId, getDescription, getExecType, getId, getLabels, getLastCheckSum, getLiquibaseVersion, getOrderExecuted, getStoredChangeLog, getTag, hashCode, isSameAs, setComments, setDeploymentId, setDescription, setLiquibaseVersion, setOrderExecuted, setTag, toString
-
-
-
-
Constructor Detail
-
MongoRanChangeSet
public MongoRanChangeSet(String changeLog, String id, String author, liquibase.change.CheckSum lastCheckSum, Date dateExecuted, String tag, liquibase.changelog.ChangeSet.ExecType execType, String description, String comments, liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts, liquibase.Labels labels, String deploymentId, Integer orderExecuted, String liquibase)
-
MongoRanChangeSet
public MongoRanChangeSet(liquibase.changelog.ChangeSet changeSet, liquibase.changelog.ChangeSet.ExecType execType, liquibase.ContextExpression contextExpression, liquibase.Labels labels)
-
-