public interface LiquibaseConnectionProvider extends Provider
Modifier and Type | Method and Description |
---|---|
liquibase.Liquibase |
getLiquibase(Connection connection,
String defaultSchema) |
liquibase.Liquibase |
getLiquibaseForCustomUpdate(Connection connection,
String defaultSchema,
String changelogLocation,
ClassLoader classloader,
String changelogTableName) |
liquibase.Liquibase getLiquibase(Connection connection, String defaultSchema) throws liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseException
liquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseException
Copyright © 2021 JBoss by Red Hat. All rights reserved.