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.SimpleBuildItem
Provides the Jandex index of the application, combined with the index
of additional JPA components that might have been generated.
- Author:
- Sanne Grinovero <sanne@hibernate.org>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JpaModelIndexBuildItem
public JpaModelIndexBuildItem(org.jboss.jandex.CompositeIndex index)
-
-
Method Details
-
getIndex
public org.jboss.jandex.CompositeIndex getIndex()
-