ConfigurationBuilder |
ConfigurationBuilder.withChangelogLoader(ChangelogLoader changelogLoader) |
|
ConfigurationBuilder |
ConfigurationBuilder.withClassLoader(ClassLoader classLoader) |
Deprecated.
|
ConfigurationBuilder |
ConfigurationBuilder.withDataSource(DataSource dataSource) |
Specifies the data source of the graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withDryRunMode(Path outputDirectory) |
Sets Liquigraph to write changesets in a output.cypher
in the specified outputDirectory.
|
ConfigurationBuilder |
ConfigurationBuilder.withExecutionContexts(String... executionContexts) |
|
ConfigurationBuilder |
ConfigurationBuilder.withExecutionContexts(Collection<String> executionContexts) |
Specifies one or more execution contexts.
|
ConfigurationBuilder |
ConfigurationBuilder.withMasterChangelogLocation(String masterChangelog) |
Specifies the location of the master changelog file.
|
ConfigurationBuilder |
ConfigurationBuilder.withPassword(String password) |
Specifies the password allowed to connect to the remote graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withRunMode() |
Sets Liquigraph to execute changesets against the configured graph database.
|
ConfigurationBuilder |
ConfigurationBuilder.withUri(String uri) |
Specifies the JDBC connection URI of the graph database instance.
|
ConfigurationBuilder |
ConfigurationBuilder.withUsername(String username) |
Specifies the username allowed to connect to the remote graph database instance.
|