Index
All Classes and Interfaces|All Packages
A
- ac.simons.neo4j.migrations.springframework.boot.autoconfigure - module ac.simons.neo4j.migrations.springframework.boot.autoconfigure
- ac.simons.neo4j.migrations.springframework.boot.autoconfigure - package ac.simons.neo4j.migrations.springframework.boot.autoconfigure
-
Automatic configuration of Neo4j migrations for Spring Boot.
C
- ConfigBuilderCustomizer - Interface in ac.simons.neo4j.migrations.springframework.boot.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
MigrationsConfigthrough aMigrationsConfig.Builderwhilst retaining default autoconfiguration. - customize(MigrationsConfig.Builder) - Method in interface ac.simons.neo4j.migrations.springframework.boot.autoconfigure.ConfigBuilderCustomizer
-
Customize the
MigrationsConfig.Builder.
G
- getCypherVersion() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the Cypher version to use for statements in Cypher based migrations.
- getDatabase() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the database to migrate.
- getDelayBetweenMigrations() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the delay between migrations.
- getEncoding() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the encoding of migration files.
- getImpersonatedUser() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the user to be impersonated.
- getInstalledBy() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the user who installed this migration.
- getLocationsToScan() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the list of locations to scan.
- getPackagesToScan() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the list of packages to scan.
- getSchemaDatabase() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the database holding the migration data.
- getTarget() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the version up-to which migrations should be considered.
- getTransactionMode() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the transaction mode.
- getTransactionTimeout() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the transaction timeout.
- getVersionSortOrder() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns the order to be applied to migrations.
I
- isAutocrlf() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns true when line endings should be automatically converted.
- isCheckLocation() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns true if locations should be checked.
- isEnabled() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns wether migrations are enabled or not.
- isOutOfOrder() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns true if out of order migrations are allowed.
- isUseFlywayCompatibleChecksums() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns whether to use Flyway compatible checksums or not.
- isValidateOnMigrate() - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Returns true to validate before migrations are applied.
M
- MigrationsAutoConfiguration - Class in ac.simons.neo4j.migrations.springframework.boot.autoconfigure
-
Auto-configurationfor Neo4j migrations. - MigrationsAutoConfiguration() - Constructor for class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsAutoConfiguration
- MigrationsProperties - Class in ac.simons.neo4j.migrations.springframework.boot.autoconfigure
-
Configuration properties for a migration instance.
- MigrationsProperties() - Constructor for class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
S
- setAutocrlf(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures whether line endings should be automatically converted.
- setCheckLocation(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures whether locations should be checked.
- setCypherVersion(MigrationsConfig.CypherVersion) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the Cypher version to use for statements in Cypher based migrations.
- setDatabase(String) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the database to migrate.
- setDelayBetweenMigrations(Duration) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the delay between migrations.
- setEnabled(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Enables or disables migrations on startup.
- setEncoding(Charset) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the encoding of migration files.
- setImpersonatedUser(String) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the user to be impersonated.
- setInstalledBy(String) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures a name of who installed this migrations.
- setLocationsToScan(String[]) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the locations to scan.
- setOutOfOrder(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures whether migrations are allowed to be out-of-order or not.
- setPackagesToScan(String[]) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the packages to scan.
- setSchemaDatabase(String) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures a separate database for the migration data.
- setTarget(String) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the target version to consider.
- setTransactionMode(MigrationsConfig.TransactionMode) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the transaction mode.
- setTransactionTimeout(Duration) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures the transaction timeout.
- setUseFlywayCompatibleChecksums(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures whether Flyway compatible checksums should be used or not.
- setValidateOnMigrate(boolean) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configures whether validation must happen before migrations are run.
- setVersionSortOrder(MigrationsConfig.VersionSortOrder) - Method in class ac.simons.neo4j.migrations.springframework.boot.autoconfigure.MigrationsProperties
-
Configure the order to be applied to migrations.
All Classes and Interfaces|All Packages