Uses of Class
io.quarkus.panache.common.deployment.EntityModel
Packages that use EntityModel
Package
Description
-
Uses of EntityModel in io.quarkus.panache.common.deployment
Fields in io.quarkus.panache.common.deployment with type parameters of type EntityModelModifier and TypeFieldDescription(package private) final Map<String, EntityModel> MetamodelInfo.entitiesMethods in io.quarkus.panache.common.deployment that return EntityModelModifier and TypeMethodDescription(package private) EntityModelPanacheFieldAccessMethodVisitor.getDeclaringEntityModel(String encounteredClassName, String fieldName) Returns the entity model that declares the given field in the hierarchy of the given class.MetamodelInfo.getEntityModel(String className) Methods in io.quarkus.panache.common.deployment with parameters of type EntityModel -
Uses of EntityModel in io.quarkus.panache.common.deployment.visitors
Constructors in io.quarkus.panache.common.deployment.visitors with parameters of type EntityModelModifierConstructorDescriptionPanacheEntityClassAccessorGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.ClassInfo entityInfo, EntityModel entityModel)