| Package | Description |
|---|---|
| io.quarkus.panache.common.deployment | |
| io.quarkus.panache.common.deployment.visitors |
| Constructor and Description |
|---|
PanacheJpaRepositoryEnhancer(org.jboss.jandex.IndexView index,
TypeBundle typeBundle) |
| Modifier and Type | Field and Description |
|---|---|
protected TypeBundle |
KotlinPanacheClassVisitor.typeBundle |
protected TypeBundle |
PanacheEntityClassVisitor.typeBundle |
| Modifier and Type | Method and Description |
|---|---|
protected void |
KotlinPanacheClassVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
PanacheEntityClassVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
protected void |
PanacheRepositoryClassVisitor.discoverTypeParameters(org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle types,
ByteCodeType baseType) |
| Constructor and Description |
|---|
KotlinPanacheClassVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.ClassInfo classInfo,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle,
ByteCodeType baseType,
List<PanacheMethodCustomizer> methodCustomizers) |
PanacheEntityClassVisitor(org.objectweb.asm.ClassVisitor outputClassVisitor,
MetamodelInfo<? extends EntityModel<? extends EntityFieldType>> modelInfo,
TypeBundle typeBundle,
org.jboss.jandex.ClassInfo entityInfo,
List<PanacheMethodCustomizer> methodCustomizers,
org.jboss.jandex.IndexView indexView) |
PanacheRepositoryClassVisitor(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor,
org.jboss.jandex.IndexView indexView,
TypeBundle typeBundle) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.