Uses of Class
io.quarkus.panache.common.deployment.ByteCodeType
Packages that use ByteCodeType
Package
Description
-
Uses of ByteCodeType in io.quarkus.panache.common.deployment
Methods in io.quarkus.panache.common.deployment that return ByteCodeTypeModifier and TypeMethodDescriptionTypeBundle.entity()TypeBundle.entityBase()default ByteCodeTypeTypeBundle.entityCompanion()default ByteCodeTypeTypeBundle.entityCompanionBase()TypeBundle.operations()TypeBundle.queryType()TypeBundle.repository()TypeBundle.repositoryBase()ByteCodeType.unbox()default ByteCodeTypeTypeBundle.updateType() -
Uses of ByteCodeType in io.quarkus.panache.common.deployment.visitors
Fields in io.quarkus.panache.common.deployment.visitors declared as ByteCodeTypeModifier and TypeFieldDescriptionprotected static final ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor.CLASSstatic final ByteCodeTypePanacheRepositoryClassOperationGenerationVisitor.CLASSprotected final ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor.entityUpperBoundprotected final ByteCodeTypePanacheEntityClassOperationGenerationVisitor.entityUpperBoundprotected ByteCodeTypePanacheRepositoryClassOperationGenerationVisitor.entityUpperBoundstatic final ByteCodeTypeKotlinPanacheClassOperationGenerationVisitor.OBJECTFields in io.quarkus.panache.common.deployment.visitors with type parameters of type ByteCodeTypeModifier and TypeFieldDescriptionprotected final Map<String, ByteCodeType> KotlinPanacheClassOperationGenerationVisitor.typeArgumentsprotected final Map<String, ByteCodeType> PanacheEntityClassOperationGenerationVisitor.typeArgumentsprotected Map<String, ByteCodeType> PanacheRepositoryClassOperationGenerationVisitor.typeArgumentsMethods in io.quarkus.panache.common.deployment.visitors that return types with arguments of type ByteCodeTypeModifier and TypeMethodDescriptionstatic List<ByteCodeType> KotlinPanacheClassOperationGenerationVisitor.recursivelyFindEntityTypeArguments(org.jboss.jandex.IndexView indexView, org.jboss.jandex.DotName clazz, org.jboss.jandex.DotName repositoryDotName) Methods in io.quarkus.panache.common.deployment.visitors with parameters of type ByteCodeTypeModifier and TypeMethodDescriptionprotected voidKotlinPanacheClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) protected voidPanacheEntityClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) protected voidPanacheRepositoryClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle types, ByteCodeType baseType) Constructors in io.quarkus.panache.common.deployment.visitors with parameters of type ByteCodeTypeModifierConstructorDescriptionKotlinPanacheClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor, org.jboss.jandex.ClassInfo classInfo, org.jboss.jandex.IndexView indexView, TypeBundle typeBundle, ByteCodeType baseType, List<PanacheMethodCustomizer> methodCustomizers)