Uses of Interface
de.xima.fc.liquibase.context.ILiquibaseContext
Packages that use ILiquibaseContext
- 
Uses of ILiquibaseContext in de.xima.fc.liquibase.context
Methods in de.xima.fc.liquibase.context that return ILiquibaseContextModifier and TypeMethodDescriptionstatic ILiquibaseContextLiquibaseContextFactory.createContext(DataSource datasource, String filePath) Creats an liquibase context based on an datasource, the path to the changelog filestatic ILiquibaseContextLiquibaseContextFactory.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