Uses of Class
ac.simons.neo4j.migrations.core.Migrations
Packages that use Migrations
Package
Description
The runtime infrastructure for configuring and creating instances of
Migrations.-
Uses of Migrations in ac.simons.neo4j.migrations.quarkus.runtime
Methods in ac.simons.neo4j.migrations.quarkus.runtime that return types with arguments of type MigrationsModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<Migrations>MigrationsRecorder.recordMigrations(io.quarkus.runtime.RuntimeValue<MigrationsConfig> migrationsConfig, io.quarkus.runtime.RuntimeValue<org.neo4j.driver.Driver> driver) Records the migration itself.MigrationsDevConsoleRecorder.recordMigrationsSupplier(io.quarkus.runtime.RuntimeValue<Migrations> migrationsRv) Used to expose the migrations runtime value to the dev consoleMethod parameters in ac.simons.neo4j.migrations.quarkus.runtime with type arguments of type MigrationsModifier and TypeMethodDescriptionvoidMigrationsRecorder.applyMigrations(io.quarkus.runtime.RuntimeValue<Migrations> migrationsRv, io.quarkus.runtime.RuntimeValue<Boolean> migrationsEnabledRv) Applies the migrations ifMigrationsProperties.enabledis true.io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>MigrationsDevConsoleRecorder.recordHandler(io.quarkus.runtime.RuntimeValue<Migrations> migrationsRv) Creates the handler for executing migration commands.MigrationsDevConsoleRecorder.recordMigrationsSupplier(io.quarkus.runtime.RuntimeValue<Migrations> migrationsRv) Used to expose the migrations runtime value to the dev console