Interface LiquibaseConnectionProvider

All Superinterfaces:
Provider
All Known Implementing Classes:
DefaultLiquibaseConnectionProvider

public interface LiquibaseConnectionProvider extends Provider
Author:
Marek Posolda
  • Method Details

    • getLiquibase

      KeycloakLiquibase getLiquibase(Connection connection, String defaultSchema) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException
    • getLiquibaseForCustomUpdate

      KeycloakLiquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException