Uses of Class
io.quarkus.hibernate.orm.deployment.JpaModelBuildItem
-
Packages that use JpaModelBuildItem Package Description io.quarkus.hibernate.orm.deployment -
-
Uses of JpaModelBuildItem in io.quarkus.hibernate.orm.deployment
Methods in io.quarkus.hibernate.orm.deployment that return JpaModelBuildItem Modifier and Type Method Description JpaModelBuildItemJpaJandexScavenger. discoverModelAndRegisterForReflection()Method parameters in io.quarkus.hibernate.orm.deployment with type arguments of type JpaModelBuildItem Modifier and Type Method Description voidHibernateOrmProcessor. defineJpaEntities(JpaModelIndexBuildItem indexBuildItem, BuildProducer<JpaModelBuildItem> domainObjectsProducer, List<IgnorableNonIndexedClasses> ignorableNonIndexedClassesBuildItems, BuildProducer<ReflectiveClassBuildItem> reflectiveClass, BuildProducer<HotDeploymentWatchedFileBuildItem> hotDeploymentWatchedFiles, List<JpaModelPersistenceUnitContributionBuildItem> jpaModelPuContributions)
-