Interface MapLiquibaseConnectionProvider
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- DefaultLiquibaseConnectionProvider
 
 public interface MapLiquibaseConnectionProvider extends Provider 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description liquibase.LiquibasegetLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName)
 
- 
- 
- 
Method Detail- 
getLiquibaseForCustomUpdateliquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException - Throws:
- liquibase.exception.LiquibaseException
 
 
- 
 
-