| Package | Description |
|---|---|
| io.quarkus.panache.common.deployment | |
| io.quarkus.panache.common.deployment.visitors |
| Modifier and Type | Method and Description |
|---|---|
ByteCodeType |
TypeBundle.entity() |
ByteCodeType |
TypeBundle.entityBase() |
default ByteCodeType |
TypeBundle.entityCompanion() |
default ByteCodeType |
TypeBundle.entityCompanionBase() |
ByteCodeType |
TypeBundle.operations() |
ByteCodeType |
TypeBundle.queryType() |
ByteCodeType |
TypeBundle.repository() |
ByteCodeType |
TypeBundle.repositoryBase() |
ByteCodeType |
ByteCodeType.unbox() |
default ByteCodeType |
TypeBundle.updateType() |
| Modifier and Type | Field and Description |
|---|---|
protected static ByteCodeType |
KotlinPanacheClassOperationGenerationVisitor.CLASS |
static ByteCodeType |
PanacheRepositoryClassOperationGenerationVisitor.CLASS |
protected ByteCodeType |
PanacheEntityClassOperationGenerationVisitor.entityUpperBound |
protected ByteCodeType |
KotlinPanacheClassOperationGenerationVisitor.entityUpperBound |
protected ByteCodeType |
PanacheRepositoryClassOperationGenerationVisitor.entityUpperBound |
static ByteCodeType |
KotlinPanacheClassOperationGenerationVisitor.OBJECT |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ByteCodeType> |
PanacheEntityClassOperationGenerationVisitor.typeArguments |
protected Map<String,ByteCodeType> |
KotlinPanacheClassOperationGenerationVisitor.typeArguments |
protected Map<String,ByteCodeType> |
PanacheRepositoryClassOperationGenerationVisitor.typeArguments |
| Modifier and Type | Method and Description |
|---|---|
static List<ByteCodeType> |
KotlinPanacheClassOperationGenerationVisitor.recursivelyFindEntityTypeArguments(org.jboss.jandex.IndexView indexView,
org.jboss.jandex.DotName clazz,
org.jboss.jandex.DotName repositoryDotName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PanacheEntityClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
KotlinPanacheClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
PanacheRepositoryClassOperationGenerationVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
| Constructor and Description |
|---|
KotlinPanacheClassOperationGenerationVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle,
ByteCodeType baseType,
List<PanacheMethodCustomizer> methodCustomizers) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.