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 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
-
-
-
-
Method Detail
-
getRanChangeSets
public List<liquibase.changelog.RanChangeSet> getRanChangeSets() throws liquibase.exception.DatabaseException
- Specified by:
getRanChangeSets
in interfaceliquibase.changelog.ChangeLogHistoryService
- Overrides:
getRanChangeSets
in classliquibase.changelog.StandardChangeLogHistoryService
- Throws:
liquibase.exception.DatabaseException
-
getPriority
public int getPriority()
- Specified by:
getPriority
in interfaceliquibase.servicelocator.PrioritizedService
- Overrides:
getPriority
in classliquibase.changelog.StandardChangeLogHistoryService
-
-