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.plugin.Plugin
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.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED -
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, isDatabaseChecksumsCompatible, queryDatabaseChangeLogTable, removeFromHistory, reset, setExecType, supports, tag, tagExists, upgradeChecksumsMethods inherited from class liquibase.changelog.AbstractChangeLogHistoryService
generateDeploymentId, getDatabase, getDeploymentId, getLastDeploymentId, getRanDate, getRunStatus, replaceChecksum, resetDeploymentId, setDatabaseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.changelog.ChangeLogHistoryService
getRanChangeSets
-
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.changelog.ChangeLogHistoryService- Overrides:
getPriorityin classliquibase.changelog.StandardChangeLogHistoryService
-