Class 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 Detail

      • JdbcDataSourceSchemaReadyBuildItem

        public JdbcDataSourceSchemaReadyBuildItem​(Collection<String> datasourceNames)