Interface MapLiquibaseConnectionProvider
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultLiquibaseConnectionProvider
-
Method Summary
Modifier and TypeMethodDescriptionliquibase.Liquibase
getLiquibaseForCustomUpdate
(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName)
-
Method Details
-
getLiquibaseForCustomUpdate
liquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-