Package io.quarkus.agroal.spi
Class JdbcDataSourceSchemaReadyBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.agroal.spi.JdbcDataSourceSchemaReadyBuildItem
public final class JdbcDataSourceSchemaReadyBuildItem
extends io.quarkus.builder.item.MultiBuildItem
A build item which can be used to order build processors which need a datasource's
schema to be ready (which really means that the tables have been created and
any migration run on them) for processing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JdbcDataSourceSchemaReadyBuildItem
-
-
Method Details
-
getDatasourceNames
-