Class JpaModelIndexBuildItem


  • public final class JpaModelIndexBuildItem
    extends io.quarkus.builder.item.SimpleBuildItem
    Provides the Jandex index of the application, combined with the index of additional JPA components that might have been generated.
    Author:
    Sanne Grinovero
    • Constructor Detail

      • JpaModelIndexBuildItem

        public JpaModelIndexBuildItem​(org.jboss.jandex.CompositeIndex index)
    • Method Detail

      • getIndex

        public org.jboss.jandex.CompositeIndex getIndex()