Uses of Class
io.quarkus.panache.common.deployment.EntityModel
-
Packages that use EntityModel Package Description io.quarkus.panache.common.deployment io.quarkus.panache.common.deployment.visitors -
-
Uses of EntityModel in io.quarkus.panache.common.deployment
Fields in io.quarkus.panache.common.deployment with type parameters of type EntityModel Modifier and Type Field Description (package private) Map<String,EntityModel>MetamodelInfo. entitiesMethods in io.quarkus.panache.common.deployment that return EntityModel Modifier and Type Method Description EntityModelMetamodelInfo. getEntityModel(String className)Methods in io.quarkus.panache.common.deployment with parameters of type EntityModel Modifier and Type Method Description voidMetamodelInfo. addEntityModel(EntityModel entityModel) -
Uses of EntityModel in io.quarkus.panache.common.deployment.visitors
Constructors in io.quarkus.panache.common.deployment.visitors with parameters of type EntityModel Constructor Description PanacheEntityClassAccessorGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.ClassInfo entityInfo, EntityModel entityModel)
-