Class CustomChangeLogHistoryService
java.lang.Object
liquibase.changelog.AbstractChangeLogHistoryService
liquibase.changelog.StandardChangeLogHistoryService
org.keycloak.connections.jpa.updater.liquibase.conn.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_SIZEFields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
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, upgradeChecksumsMethods inherited from class liquibase.changelog.AbstractChangeLogHistoryService
generateDeploymentId, getDatabase, getDeploymentId, getLastDeploymentId, getRanDate, getRunStatus, resetDeploymentId, setDatabase
-
Constructor Details
-
CustomChangeLogHistoryService
public CustomChangeLogHistoryService()
-
-
Method Details
-
getRanChangeSets
public List<liquibase.changelog.RanChangeSet> getRanChangeSets() throws liquibase.exception.DatabaseException- Specified by:
getRanChangeSetsin interfaceliquibase.changelog.ChangeLogHistoryService- Overrides:
getRanChangeSetsin classliquibase.changelog.StandardChangeLogHistoryService- Throws:
liquibase.exception.DatabaseException
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceliquibase.servicelocator.PrioritizedService- Overrides:
getPriorityin classliquibase.changelog.StandardChangeLogHistoryService
-