Class JpaModelIndexBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.hibernate.orm.deployment.JpaModelIndexBuildItem
-
public final class JpaModelIndexBuildItem extends io.quarkus.builder.item.SimpleBuildItemProvides the Jandex index of the application, combined with the index of additional JPA components that might have been generated.- Author:
- Sanne Grinovero
-
-
Constructor Summary
Constructors Constructor Description JpaModelIndexBuildItem(org.jboss.jandex.CompositeIndex index)
-