Indicates 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
Quarkus attempts to automatically define a persistence unit when the Hibernate ORM
extension is enabled, a default datasource is defined, and there are mapped entities.