Class IgnorableNonIndexedClasses
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.hibernate.orm.deployment.IgnorableNonIndexedClasses
-
public final class IgnorableNonIndexedClasses extends io.quarkus.builder.item.MultiBuildItemIndicates Hibernate feature related classes that don't need to be in the Jandex index because they are never used Various Spring Data JPA support classes are prime examples of such classes
-
-
Constructor Summary
Constructors Constructor Description IgnorableNonIndexedClasses(Set<String> classes)
-