Package org.liquigraph.core.api
Interface LiquigraphApi
-
- All Known Implementing Classes:
Liquigraph
public interface LiquigraphApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrunMigrations(Configuration configuration)Triggers migration execution, according to the specifiedConfigurationinstance.
-
-
-
Method Detail
-
runMigrations
void runMigrations(Configuration configuration)
Triggers migration execution, according to the specifiedConfigurationinstance.- Parameters:
configuration- configuration of the changelog location and graph connection parameters- See Also:
to create
-
-