Package liquibase.ext.hibernate.diff
Class MissingSequenceChangeGenerator
java.lang.Object
liquibase.diff.output.changelog.AbstractChangeGenerator
liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
liquibase.ext.hibernate.diff.MissingSequenceChangeGenerator
- All Implemented Interfaces:
liquibase.diff.output.changelog.ChangeGenerator,liquibase.diff.output.changelog.MissingObjectChangeGenerator
public class MissingSequenceChangeGenerator
extends liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
-
Field Summary
Fields inherited from interface liquibase.diff.output.changelog.ChangeGenerator
EMPTY_CHANGE, PRIORITY_ADDITIONAL, PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionliquibase.change.Change[]fixMissing(liquibase.structure.DatabaseObject missingObject, liquibase.diff.output.DiffOutputControl control, liquibase.database.Database referenceDatabase, liquibase.database.Database comparisonDatabase, liquibase.diff.output.changelog.ChangeGeneratorChain chain) intgetPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database) Methods inherited from class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
runAfterTypes, runBeforeTypesMethods inherited from class liquibase.diff.output.changelog.AbstractChangeGenerator
fixOutputAsSchema, fixSchema, setRespectSchemaAndCatalogCaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.diff.output.changelog.ChangeGenerator
fixOutputAsSchema, fixSchema
-
Constructor Details
-
MissingSequenceChangeGenerator
public MissingSequenceChangeGenerator()
-
-
Method Details
-
getPriority
public int getPriority(Class<? extends liquibase.structure.DatabaseObject> objectType, liquibase.database.Database database) - Specified by:
getPriorityin interfaceliquibase.diff.output.changelog.ChangeGenerator- Overrides:
getPriorityin classliquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
-
fixMissing
public liquibase.change.Change[] fixMissing(liquibase.structure.DatabaseObject missingObject, liquibase.diff.output.DiffOutputControl control, liquibase.database.Database referenceDatabase, liquibase.database.Database comparisonDatabase, liquibase.diff.output.changelog.ChangeGeneratorChain chain) - Specified by:
fixMissingin interfaceliquibase.diff.output.changelog.MissingObjectChangeGenerator- Overrides:
fixMissingin classliquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
-