Class JpaJandexScavenger

java.lang.Object
io.quarkus.hibernate.orm.deployment.JpaJandexScavenger

public final class JpaJandexScavenger extends Object
Scan the Jandex index to find JPA entities (and embeddables supporting entity models).

The output is then both consumed as plain list to use as a filter for which classes need to be enhanced, collect them for storage in the JPADeploymentTemplate and registered for reflective access. TODO some of these are going to be redundant?

Author:
Emmanuel Bernard emmanuel@hibernate.org, Sanne Grinovero <sanne@hibernate.org>