Uses of Class
ac.simons.neo4j.migrations.core.Migrations
Package
Description
The runtime infrastructure for configuring and creating instances of
Migrations
.-
Uses of Migrations in ac.simons.neo4j.migrations.quarkus.runtime
Modifier 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 consoleModifier and TypeMethodDescriptionvoid
MigrationsRecorder.applyMigrations
(io.quarkus.runtime.RuntimeValue<Migrations> migrationsRv, io.quarkus.runtime.RuntimeValue<Boolean> migrationsEnabledRv) Applies the migrations ifMigrationsProperties.enabled
is 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