Class CustomChangeLogHistoryService

  • All Implemented Interfaces:
    liquibase.changelog.ChangeLogHistoryService, liquibase.servicelocator.PrioritizedService

    public class CustomChangeLogHistoryService
    extends liquibase.changelog.StandardChangeLogHistoryService
    Author:
    hmlnarik
    • Field Summary

      • Fields inherited from class liquibase.changelog.StandardChangeLogHistoryService

        CONTEXTS_SIZE, LABELS_SIZE
      • Fields inherited from interface liquibase.servicelocator.PrioritizedService

        COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPriority()  
      List<liquibase.changelog.RanChangeSet> getRanChangeSets()  
      • Methods inherited from class liquibase.changelog.StandardChangeLogHistoryService

        canCreateChangeLogTable, clearAllCheckSums, destroy, getCharTypeName, getContextsSize, getDatabaseChangeLogTableName, getLabelsSize, getLiquibaseCatalogName, getLiquibaseSchemaName, getNextSequenceValue, getRanChangeSet, hasDatabaseChangeLogTable, init, queryDatabaseChangeLogTable, removeFromHistory, replaceChecksum, reset, setExecType, supports, tag, tagExists, upgradeChecksums
      • Methods inherited from class liquibase.changelog.AbstractChangeLogHistoryService

        generateDeploymentId, getDatabase, getDeploymentId, getLastDeploymentId, getRanDate, getRunStatus, resetDeploymentId, setDatabase
    • Constructor Detail

      • CustomChangeLogHistoryService

        public CustomChangeLogHistoryService()
    • Method Detail

      • getRanChangeSets

        public List<liquibase.changelog.RanChangeSet> getRanChangeSets()
                                                                throws liquibase.exception.DatabaseException
        Specified by:
        getRanChangeSets in interface liquibase.changelog.ChangeLogHistoryService
        Overrides:
        getRanChangeSets in class liquibase.changelog.StandardChangeLogHistoryService
        Throws:
        liquibase.exception.DatabaseException
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in interface liquibase.servicelocator.PrioritizedService
        Overrides:
        getPriority in class liquibase.changelog.StandardChangeLogHistoryService