Package io.quarkus.flyway.deployment
Class FlywayAlwaysEnabledProcessor
- java.lang.Object
-
- io.quarkus.flyway.deployment.FlywayAlwaysEnabledProcessor
-
public class FlywayAlwaysEnabledProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description FlywayAlwaysEnabledProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidbuild(BuildProducer<FeatureBuildItem> featureProducer)ServiceProviderBuildItemflywayPlugins()(package private) IndexDependencyBuildItemindexFlyway()RuntimeReinitializedClassBuildItemreinitInsertRowLock()ReinitializeInsertRowLockto avoid using a cached seed when invokinggetNextRandomStringNativeImageResourceBuildItemresources()
-
-
-
Method Detail
-
build
void build(BuildProducer<FeatureBuildItem> featureProducer)
-
reinitInsertRowLock
public RuntimeReinitializedClassBuildItem reinitInsertRowLock()
ReinitializeInsertRowLockto avoid using a cached seed when invokinggetNextRandomString
-
resources
public NativeImageResourceBuildItem resources()
-
indexFlyway
IndexDependencyBuildItem indexFlyway()
-
flywayPlugins
public ServiceProviderBuildItem flywayPlugins()
-
-