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 SummaryConstructors Constructor Description CustomChangeLogHistoryService()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()List<liquibase.changelog.RanChangeSet>getRanChangeSets()- 
Methods inherited from class liquibase.changelog.StandardChangeLogHistoryServicecanCreateChangeLogTable, clearAllCheckSums, destroy, getCharTypeName, getContextsSize, getDatabaseChangeLogTableName, getLabelsSize, getLiquibaseCatalogName, getLiquibaseSchemaName, getNextSequenceValue, getRanChangeSet, hasDatabaseChangeLogTable, init, queryDatabaseChangeLogTable, removeFromHistory, replaceChecksum, reset, setExecType, supports, tag, tagExists, upgradeChecksums
 
- 
 
- 
- 
- 
Method Detail- 
getRanChangeSetspublic List<liquibase.changelog.RanChangeSet> getRanChangeSets() throws liquibase.exception.DatabaseException - Specified by:
- getRanChangeSetsin interface- liquibase.changelog.ChangeLogHistoryService
- Overrides:
- getRanChangeSetsin class- liquibase.changelog.StandardChangeLogHistoryService
- Throws:
- liquibase.exception.DatabaseException
 
 - 
getPrioritypublic int getPriority() - Specified by:
- getPriorityin interface- liquibase.servicelocator.PrioritizedService
- Overrides:
- getPriorityin class- liquibase.changelog.StandardChangeLogHistoryService
 
 
- 
 
-