Uses of Interface
de.xima.fc.liquibase.context.ILiquibaseContext
-
Packages that use ILiquibaseContext Package Description de.xima.fc.liquibase.context -
-
Uses of ILiquibaseContext in de.xima.fc.liquibase.context
Methods in de.xima.fc.liquibase.context that return ILiquibaseContext Modifier and Type Method Description static ILiquibaseContext
LiquibaseContextFactory. createContext(DataSource datasource, String filePath)
Creats an liquibase context based on an datasource, the path to the changelog filestatic ILiquibaseContext
LiquibaseContextFactory. createContext(DataSource datasource, String filePath, liquibase.resource.ResourceAccessor resourceAccessor)
Creats an liquibase context based on an datasource, the path to the changelog file and an custom resource accessor
-