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
-
-
Constructor Summary
Constructors Constructor Description CustomChangeLogHistoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()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
-
-
-
-
Method Detail
-
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
-
-